html,body {
	overflow: hidden;
    margin: 0%;
    padding: 0%;
    height: 100%;
    width: 100%;
}

#header {
	display: block;
	width: 100%;
	height: 50px;
}

#main {
	display: block;
	position: absolute;
	top: 55px;
	left: 0px;
	bottom: 0px;
    overflow: auto;
    height: auto;
    _height: 100%;
    width: 100%;
    padding-top: 10px;
}

#content {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#footer {
	display: block;
	width: 100%;
	height: 100px;
	font-size: 12px;
	font-family: MS UI Gothic;
	line-height: 120%;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}