html{
	height: auto; 
	overflow-y: inherit; 
	width: 1002px; 
}
body{
	height: auto;
	min-width: 1002px;
}
* html body {
	overflow:visible; 
	height: auto;
}


#header{
	position: relative;
}

#header .inner{
	padding:0 0 1px;
}

#footer{
	position: relative;
}

#main {
	padding-top: 30px;
}

#wrapper{
	padding:0;
}

.white-bg {
width: 1002px;
}
