html {
	font-family: Calibri;
	margin: 0;
	padding: 0;
	background: black url('images/background_day.jpg') no-repeat center fixed;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	behavior:url(scripts/pie.htc);
}

header {
	float: left;
	position: fixed;
	left: 50%;
	top: 0px;
	height: 187px;
	width: 1100px;
	margin-left: -550px;
	z-index: -1;
	background: transparent url(images/logo.png) no-repeat center top;
	text-align: center;
	font-family: Stargate;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #23b4ea, 0 0 30px #23b4ea, 0 0 40px #23b4ea, 0 0 50px #23b4ea, 0 0 75px #23b4ea;
	letter-spacing: 10px;
	font-size: 0px;
}