* {
	margin: 0;
}
html{
	height: 100%;
}
body{
	height: 100%;
	text-align:center;
	color:#666666;
	font-size:12px;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -37px; /* the bottom margin is the negative value of the footer's height */
	width:800px;
	background:url(/img/bg_wapper.gif);
}

#header{
	width:800px;
	height:130px;
	background:url(/img/header.gif);
	text-align:left;
	
}

#logo{
	padding:2px 0 0 19px;
}


#footer, .push {
	height:37px;

}
.footerinner{
	width:800px;
	margin:0 auto;
	height:37px;
	background:url(/img/bg_footer.gif);
}



#sidebar{
	text-align:left;
	float:left;
	width:223px;
	padding-left:17px;
}

#mainbox{
	text-align:left;
	float:right;
	width:524px;
	padding:0 17px 15px 0;	
}
