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

html, body {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
}

body {
	text-align:center;
	background-color:#000;
	font-family:"Lucida Grande", Helvetica, sans-serif;
	color:#fff;
	position:relative;
	
}

#wrapper {
	width:980px;
	height:735px;
	background-image:url(../images/splash_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#nav {
	font-size:16px;
}

#nav a {
	margin-top:50px;
	color:#fff;
}

#nav a:hover {
	color:#ffd200;
}

#tagline {

}

.tagline_text1 {
	font-size:16px;

}

.tagline_text2 {
	font-size:18px;

}



.space50 {
	height:50px;
	width:980px;
}

.space500 {
	height:500px;
	width:980px;
}


