/* CSS Document */


.pre {                               /* make the box translucent (50% opaque) */
   background-color: #524C47;
   opacity: 0.5;                    /* Firefox, Safari(WebKit), Opera */
   -ms-filter: "alpha(opacity=50)"; /* IE 8 */
   filter: alpha(opacity=50);       /* IE 4-7 */
   zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
	}
.btnav { 
	background-color: #524C47; 
	border: 1px #524C47 solid;
	} 
.content {
	position: absolute; 
	width: 78%; 
	height: 77%; 
	z-index: 3; 
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-base-color: #80715D;
	left:11%; 
	top:16%;
}
.mainText {
	color: #FFFFFF
}