html, body {
	height: 			100%;
	max-height:			100%;
	width: 				100%;
}

#distance { 
   	width:				1px;
   	height:				50%;
   	margin-bottom:			-250px;
   	float:				left;
	opacity: 			0.90; 
	filter: 			alpha(opacity=90);
}
      
.container{
   	position:			relative;
   	clear:				left;
   	margin:				0 auto;
   	width:				900px;
   	height:				500px;
   	border: 			1px solid #e6e900;
	//opacity: 			0.90; 
	//filter: 			alpha(opacity=90);

}

#left {
	width:				300px;
	height:				500px;
	float:				left;
	background:			#fff;
	vertical-align:			text-bottom;
	//opacity: 			0.99; 
	//filter: 			alpha(opacity=99);
}
#right {
	padding: 			20px;
	width:				560px;
	height:				460px;
	float:				left;
	background:			#fff;
	//opacity: 			0.90; 
	//filter: 			alpha(opacity=90);
}


#main_content {
	height: 			400px;
	overflow-y: 			auto;
	float:				left;
	margin-top:			30px;
	font-family: 			Arial, sans-serif;
	line-height:			20px;
	color: 				#6d6d6d;
}