html, body {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;	
	background: #d9d9d9;
}

#content {
   height: 100%;
}