html {
	margin: 0;
	overflow: hidden;
	height: 100%;
	padding: 57px 0 40px 0;
	}
body {
	margin: 0px;
	height: 100%;
	padding: 57px 0 40px 0;
}
#top {
	height: 57px;
	top: -114px;
	position: relative;
	width: 100%;	
	}
	
#main_right {
	position: relative;
	top:-114px;
	height:100%;
	overflow: auto;
	bottom: 0;
	}

#main_bottom {
	height: 40px;
	bottom: -1px;
	position: absolute;
	font-size: 0;
	width: 100%;
	}