html {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #000000;
	background-image: url(/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
