/* Base */
body {
	position:					absolute;	
	width:						100%;
	height:						auto;
	top:						1%;
	margin:						0px;
	padding:					0px;
	
	background-color:			#FFFFFF;
}


div.Container {
	position:					absolute;
	width:						100%;
	left:						50%;
	width:						80%;
	margin-left:				-40%;
	
	background-color:			#8EBEE6;
}


div.Header {
	font-size:					150%;
	
	background-color:			#BAE004;
}


div.Menu {
	text-align:					center;
}


div.Content {
	text-align:					justify;
}


div.Footer {
	background-color:			#BAE004;
}


h1 {
	color:						black;	
}


h2 {
	color:						#FF0000;	
}