@charset "UTF-8";
/* CSS Document */

body {
	background-color: #203776;
}

#container {
	position:absolute;
	width:95%;
	height:95%;
	margin-top:1%;
	margin-left:2%;
	z-index:1;
}
#body {
	position:absolute;
	width:100%;
	height:65%;
	top:10%;
	z-index:2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFF;
}
#sidebar {
	position:absolute;
	width:20%;
	height:65%;
	left:80%;
	top:5%;
	z-index:2;
	
}
#footer {
	position:absolute;
	width:100%;
	height:20%;
	bottom:0%;
	z-index:2;
	
}
#head {
	position:absolute;
	width:100%;
	height:15%;
	z-index:3;
	text-align: center;	

}.payoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
}

#container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFF;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #CF0;
	text-decoration: underline;
}
a:active {
	color: #CF0;
	text-decoration: none;
	text-align: center;
}
