#press {
	position:relative;
	width:610px;
	margin:0 auto;
	padding:30px;
	text-align:left;
	background-image:url(../images/background-paragraph.png) 0 0 no-repeat;
}

#press p {
	text-align:left;
	text-shadow:none;
	height:auto;
}

#press,h1 {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
}

#press,h2 {
	text-align:left;
	font-size:13px;
	margin-bottom:8px;
}

#press ul,#press li {
	font-family:"Helvetica Neue" Arial serif;
	font-weight:bold;
	list-style:disc;
}

#press h5 {
	margin:30px;
	text-align:center;
	font-size:9px;
	color:gray;
}

#press #text-wrapper {
	padding-left:30px;
	padding-right:30px;
}

#press #text-wrapper ul {
	margin-left:10px;
}

#press .top {
	width:610px;
	height:136px;
	background:url(../images/tiles/press_paper/press_top.png) top center no-repeat;
	position:absolute;
	top:0;
	z-index:-10;
}

#press .middle {
	width:610px;
	height:90%;
	float:left;
	background:url(../images/tiles/press_paper/press_middle.png) repeat-y;
	position:absolute;
	top:136px;
	z-index:-10;
}

#press .bottom {
	width:610px;
	height:197px;
	background:url(../images/tiles/press_paper/press_bottom.png) bottom center no-repeat;
	position:absolute;
	bottom:0;
	z-index:-10;
}