body {
	background-color: #809DC1;
	text-align: center;
	padding: 100px;
}

div, p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#page {
	background-color: black;
	width: 700px;
	padding: 20px;
	margin: auto;
	text-align: left;
}

#header {
	background-image: url(images/banner.jpg);
	width: 700px;
	height: 328px;
}

#content {
	background-color: #CCCCCC;
	padding: 20px;
}

#content a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted black;
}
