* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	background: #2D3D47;
	color: #06334C;
	font-size:12px;
}
#container { 
	width:900px;  
	background:url(../images/backgroundCenter.gif) repeat-y;
	margin:0 auto; 
	text-align: left;
} 
#header {
	height:279px;
	background:url(../images/backgroundHeader.jpg);
	color:#FFFFFF;
} 
#header .description {
	height:132px;
	margin:0 20px 0 195px;
}
#header .logo {
	text-align:right;
	margin-right:25px;
	top:194px;
	left:770px;
}
#center {
	background:url(../images/backgroundCenterTop.jpg) no-repeat;	
	border-bottom:1px solid #91A5B2;
	padding:20px;
}
#footer { 
	clear:both;
	background:#2D3D47;
	color:#FFFFFF;
	text-align:center;
	padding:20px 0;
} 
#footer a {
	color:#B3C8D6;
	text-decoration:underline;
}
#footer a:hover {
	color:#B3C8D6;
	text-decoration:none;
}
.description span {
	font-size:32px;
}