html, body{
	margin: 0px;
	padding: 0px;
	font-family:Tahoma ; 
	background-color: #FFFFFF;	
	text-decoration:none ; 
	/*font-weight:bold;*/
   	text-align: center;	
	background: url(../images/newbg.png) repeat;	
	min-height: 100%;        
	height: 100%;
    border:none;
	color:#000000 ; 	
	font-size:12px;
}



#wrapper {
   	text-align: center;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;	
	border: 0px #00FF00 solid;
}

#contants {
   	text-align: center;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	border: 0px #FF0000 solid;	
		
}

#mainbg{
	margin-left: auto;
	margin-right: auto;
   	text-align: center;
	width: 1200px;
	min-height: 100%;
	border: 0px #FF0000 solid;
	background: url(../images/bg.png) repeat-y;			
	background-position:center center;		

}

#maincontants{
	margin-left: auto;
	margin-right: auto;
   	text-align: center;
	width: 1150px;
	min-height: 100%;
	background: url(../images/bg.png) repeat-y;			
	background-position:center center;			
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}




