html, body {
text-align: center;
width: 100%;
height: 100%;
}
* {margin: 0 auto 0 auto;text-align:left;}
p {text-align: left;}
a {color: #7d7d7d;}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:'Univers LT W01_45 Light';
	font-size: 14px;
	color: #7d7d7d;
	background: #e9e9e9;
}
#mainPicture {
	width:100%;
	max-width: 960px;
	height:auto;
}
#mainPicture img {width: 100%; height: auto;}
.contentBox{max-width: 960px;width:100%;height:auto;}
.contentBox .innerBox {
	position:relative;
	width:100%;
	height:auto;
	top:10px;
	padding-bottom:35px;
}