html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#container {
	width: 1020px;
	min-height: 100%;
	position: relative;
	margin:0 auto;
}

.index #body {
	padding:0 0 210px 0;
}


.inside #body {
	padding:0 0 70px 0;
}


#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
}