@charset "utf-8";
/* CSS Document */

@import url("reset.css");
body {
	background-color:#FFFFFF;
	overflow-x:hidden;
}
#HEADER {
	margin:0 auto;
	width:1035px;
	background:url(wrapper.png);
	background-repeat:repeat-y;
}
#WRAPPER {
	margin:0 auto;
	width:1035px;
	height:auto;
	overflow-y:auto;
	overflow-x: hidden;
	padding:0 0 0 0;
	background-image:url(wrapper.png);
	background-repeat:repeat-y;
}
#CONTENT {
	float:left;
	width:1021px;
	height:auto;
	line-height:20pt;
	margin-left:13px;
}
#WAIST {
	clear:both;
	_height:1%;
	margin:0 auto;
	width:1035px;
	height:50px;
	background-color:white;
	background-image:url(btm.png);
	background-repeat:no-repeat;
}
#FOOTERA {
	margin:0 auto;
	width:1035px;
	height:auto;
	background-color:white;
	background-image:url(btop.png);
	background-repeat:no-repeat;
}
#FOOTERB {
	margin:0 auto;
	width:1035px;
	height:auto;
	background-color:white;
	background-image:url(wrapper.png);
	background-repeat:repeat-y;
}
