/* IE6 + MZ */
@import url(reset.css);
@import url(font.css);

@import url(centerCONT.css);
@import url(rightCONT.css);
@import url(footerCONT.css);
@import url(menu/menu_footer.css);

html, body {
	width:100%;
	margin:0px; padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	background:url(../img/layout/BGbodytop.png) repeat-x;
}
#basicCONT {
	position:relative;
	width:1000px; height:100%;
	margin:auto;
}
#wrapper {
	width:100%; height:100%;
}
#adCONT {
	position:absolute;
	top:50px; left:1020px;
}
#ad_sky1OBJ {
	margin-bottom:20px;
}
#ad_header1OBJ {
	position:absolute;
	top:48px; left:270px;
	width:728px; height:90px;
	z-index:10;
}
#mainCONT {
	height:100%;
}
#mainCONT #headerCONT {
	position:relative;
	width:100%; height:230px;
	margin-bottom:10px;
	background:url(../img/layout/BGtopbot.png) no-repeat;
}
#mainCONT #centerCONT {
	position:relative;
	height:100%;
	padding:10px;
	background:url(../img/layout/BGcontainer.gif) repeat;
}
#buffer {
	width:100%; height:15px;
	background:url(../img/layout/BGfooter.png) no-repeat;
}
#mainCONT #footerCONT {
	position:relative;
	width:100%;
	padding:5px 0px 5px 0px;
}
#footerLINE {
	width:100%; height:40px; margin-top:-10px;
	background:url(../img/layout/BGbodybot.png) repeat-x;
}

.clear {
	clear:both;
	height:1px;
	margin:0px; padding:0px;
	font-size:1px;
}

