/* CSS Document */
body, html {
background:#000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px;
}

#middle {
float:left;
	
	margin:0;
	width:80%;
	height:auto;
}

#rightside {
float:right;
azimuth:center-left;
margin:0;
width:10%;
height:auto;
}

#leftside {
float:left;
azimuth:center-left;
margin:0;
width:10%;
height:auto;
}


#left {
	float:left;
	background:#990000;
	azimuth:center-left;
	margin:0;
	width:214px;
	height:auto;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	
}

#right {
	color:#FFFFFF;
	border:1px none #FFFFFF;
	font-family: Verdana, Arial, Helvetica; 
	margin-left: 0px;
	position: absolute;
	width:80%;
	left: 215px;
	top: 0px;
	overflow: auto;
	height: 100%;
	padding-right: 0px;
}


#button {
	
	height: 2em;
	line-height: 2em;
	float: left;
	width: 99%;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

