#main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: lightgrey;
}

#element {
	width: 200px;
	height: 50px;
	background-color: grey;
}
