html {
	color:#000000;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	height:100%;
	margin:0px;
	padding:0px;
//	background-image:url(../../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#ffffff;
	font-family:"coresansm55medium", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
}
img {
	border:none;
	padding:0px;
	margin:0px;	
}

#mainPage {	}
#cmsDiv {
	width:100%;
}
#cmsHeader {
	width:980px;
/*	height:145px;*/
	height:90px;
	margin:0 auto 0 auto;
}
#cmsCenter {
	width:100%;
}
#cmsLeft {}
#cmsMain {
	width:100%;
	min-height:470px;
	background-image:url(../../images/cmsMainBg_new.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#cmsRight {}
#cmsFooter {
	width:100%;
	height:145px;
	background-image:url(../../images/footerBg.jpg);
	background-repeat:repeat-x;
	clear:both;
}

.div_float_left { float:left; }
.div_float_right { float:right; }
.div_clear_both { clear:both; }