h1 {
	font-family: verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 3px;
}


.bodyclass {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana, sans-serif ;
	background-color: white;
	color: black;
}

.title {
	font-size: 25px;
	text-align: center;
}

#container {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 750px;
	height: 100%;
	text-align: left;
}

#banner {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	width: 750px;
	color: white;
	background-color: blue;
}

#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
	width: 750px;
	color: white;
	background-color: blue;
}

