body {
	background:#333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15.5px;
}
#container {
	width: 800px;
	margin:auto;
}
#header {
	height: 150px;
	background:url(../images/bg.png);
	border-bottom:#000 thin solid; 
}
#header h1 {
	display:none;
}
#header #logo {
	background:url(../images/logo.png) 50px 40px no-repeat;
	width: 800px;
	height: 150px;
}	
#content {
	min-height: 400px;
	background:#FFF;
	padding: 25px;
}
#footer {
	height: 75px;
	background:url(../images/bg.png);
	border-top:#000 thin solid; 
}
#footer p {
	color:#FFF;
	padding: 30px;
	font-size: 80%;
}