body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}
a {
	color: #F90;
}
h2 {
	font-size: 120%;
}
#header {
	border-bottom: 12px solid #E2E2E2;
	margin-top: 1em;
}
#content {
	border-top: 4px solid #F90;
	padding: 1em;
}
#footer {
	border-top: 4px solid #F90;
	position: relative;
	font-size: 10px;
}
#footerLeft {
	position: absolute;
	left: 10px;
}
#footerRight {
	position: absolute;
	right: 10px;
}
