﻿body{
font-family: Tahoma;
text-align: center;
background-color:black;

}
.left{
position: absolute;
top: 0%;
height:100%;
width:25%;
left:0%;

text-align: left;

color:#004F00;

background-color: #E8EACC;

font-family:Calibri;

}
.right{
position:absolute;
left:25%;
width: 75%;
top: 0px;
height: 100%;
text-align:left;
background-color:black;
	
}
.center{
position: absolute;
	top: 80%;
	height:55px;
	line-height:55px;
	width:99%;
	left:0.5%;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: white;
	background-color: #BF4714;
	filter:alpha(opacity=70);
	moz-opacity:0.70;
	khtml-opacity: 0.70;
	opacity: 0.70;

	
	
}
a{
	cursor: pointer;
	color: #004F00;
		text-decoration: none;
}
a:hover{
	color:#2F1700;
}

