body {
    background-color: white;
}
#advertise {
    float:center
}
img {
    max-width: 100%;
    max-height: 580px;
}
#advertise img {
    max-width: 100%;
    max-height: 140px;
}
#footer {
	color: #339900;
	clear: both;
	font-size: 0.7em;
	float: left;
	width: 25%;
}
#footer a {
	color: #339900;
}
body * {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contact {
	float: left;
	width: auto;
	margin: 1em;
	padding: 1em;
}
