/* General */
html, body {
	background: #FF0000;

	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	position: absolute;
	top: 0px;
	left: 0px;
}