body {
	padding:0;
	margin:0; 
	background-color:#e2e1dd;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
	
}
.oneColElsCtr #container {
	width:800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#header {
	width:100%;
	margin:0 auto;
}
#header .logo {
	width:100%;
	float:left;
	text-align:center;
	margin:0; 
}
#middle_div{
	width:800px;
	float:left;
	padding:0;
}
#midone{
	background-image:url(../images/coming_img/img_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:765px;
	float:left;
	padding:15px 20px 0 15px; 
	height:487px;
	margin:0;
}
.img1{
	float:left;
	width:356px;
}
.img2{
	float:right;
	width:356px;
}
#midtwo{
	background-image:url(../images/coming_img/text_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:511px;
	float:right;
	padding:45px 0 0 45px;
	height:215px;
	margin:0;
	font-size:26px;
	color:#212120;
}
