/* wrapper, centers the page */
div#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 996px;
	height:575px;
}

div#head {
	background-image: url(/images/header.png);
	clear: both;
	height: 95px;
	margin-bottom: 20px;
	padding: 0px 10px;
}
