@charset "UTF-8";
/* CSS Document */

html, body {
	margin:none;
	padding:none;	
}
body {
	position:relative;
	width:100%;
	background-color:#000;
	background-image:url(../images/wk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-family:headerFont;
	width:440px;
	font-size:1.5em;
	color: #fff;
	font-weight: lighter;
	left:50%;
	margin:0 0 0 70px;
	top:640px;
	position:relative;
}
a {
	color:#fff;
	text-decoration:none;
	
	
}
a:hover {
	color:#00f;
	
}
@font-face
{
	font-family: headerFont;
	src: url('../fonts/League_Gothic-webfont.ttf')
}