@charset "UTF-8";
body,td,th {
	font-family: 'Rokkitt', serif;
	color: #FFF;
	font-size: 18px;
}
body {
	background-color: #111111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-family: 'Lato', sans-serif;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	width: 960px;
	position: absolute;
	height: 640px;
}
#logo {
	background-image: url(../images/logo.png);
	height: 80px;
	width: 240px;
	float: left;
	position: relative;
	z-index: 2;
	left: 50px;
	top: 10px;
}
#header {
	width: 960px;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	top: 35px;
	float: left;
	z-index: 3;
}
#nav {
	width: 960px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	left: 0px;
	float: left;
	z-index: 4;
	top: 50px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
#billboard {
	background-image: url(../images/Homepage_Image_v2.png);
	background-repeat: no-repeat;
	float: left;
	height: 271px;
	width: 722px;
	position: relative;
	left: 119px;
	top: 119px;
	padding-bottom: 0px;
}
