html, body {
	padding: 0;
}
#content {
	height: 100%;
	width: 100%;
	overflow: auto;
}
#header {
	z-index: 1;
	position: absolute;
	background-color: #FFFFFF;
}
