body {
	text-align:center;
}

#container {
	width:900px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	top:15px;
}

#header {
	/*height:320px;*/
}

#content {
	clear:both;
	padding: 20px;
	margin-top:15px;
}

#footer {
	height:20px;
}

hr.clear {clear:both; visibility:hidden;}