/*** GSL ***/

* {
	margin:0;
	padding:0;
}

body {
	background-image:url('bloodytom.jpg');
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
	color:#fff;
	font-family:sans-serif;
	width:100%;
	height:100%;
}

h1 {
	text-align:center;
	margin:30px 0;
	text-shadow:1px 1px 2px #000;
}