#mainNav {
	margin: 0 auto;
	padding: .5% 0;
	background-color: #2457A6;
	font-size: 70%;
	width: 580px;
	height: 4%;
	position: absolute;
	top: 15%;
	left: 20%;
	text-align: center;
}

#text {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 5px 0;
	width: 580px;
	height: 70%;
	text-align: justify;
	float: right;
	opacity: .80;
	filter: alpha(opacity=80);
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 20;
	overflow: auto;
}

