body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #CC6600;
}

.container {
	margin: 0 auto;
	width: 800px;
	border: thin solid #CCCCCC;
} 
.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.main {
	width: auto;
	text-align: center;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
