body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #069;
}
#bottom {
	text-align: center;
	padding: 10px;
}
#bottom a:link, #bottom a:visited, #bottom a:active {
	color: #FFF;
	text-decoration: none;
}
#bottom a:hover{
	text-decoration: underline;
}

#top {
	height: 60px;
	background: #EAEAEA;
	padding: 5px;
	margin: 0px;
}
#top h3 {
	background: url(images/alert.png) no-repeat left center;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#middle {
	background: #FFF;
	height: 400px;
	padding: 10px 10px 10px 100px;
}
