body {
	background-color: 	#bf3322;
	background-image: 	url("autodrome.jpg");
	background-size: 	cover;
	background-repeat:	no-repeat;
	margin: 			0;
	padding: 			0;
	width: 				100%;
	height: 			100%;
	min-height: 		100%;
}

html{
	width: 				100%;
	height: 			100%;
	min-height: 		100%;	
}

a{
	display: 			block;
	width: 				100%;
	height: 			100%;
	min-height: 		100%;
	text-indent: 		100%;
	white-space: 		nowrap;
	overflow: 			hidden;
}