body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #79B81D;
	font-weight: bold;
	text-align: center;
}
#header {
	background-color: #FFFF00;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: smaller;
	width: 100%;



}
#footer {
	background-color: #FFFF00;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: smaller;
	width: 100%;


}
#splash {
	text-align: center;
	position: absolute;
	height: 90%;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	width: 90%;
	vertical-align: middle;
	padding: 10px;




}

