@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	height: 1150px;
	width: 900px;
	background-image: url(images/home_back.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#video {
	position: absolute;
	left: 78px;
	top: 661px;
}

#wrapper_alt_background{
	margin-left:auto;
	margin-right:auto;
	height: 675px;
	width: 900px;
	background-image: url(images/home_back2.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#hometext{
	position:absolute;
	height:auto;
	width:275px;
	left: 115px;
	top: 127px;
}
#navagation{
	width:550px;
	height:auto;
	position:absolute;
	left: 249px;
	top: 540px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#FFF;
}
#navagation a{
	color:#FFF;
	text-decoration:none;
}
#navagation a:hover{
	color:#FF0;
	text-decoration:none;
}
#copyright{
	width:auto;
	height:auto;
	position:absolute;
	left: 309px;
	top: 1116px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
}
.header{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.header2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	font-style: italic;
}
.button{
	font-size:18px;
	font-family:"Courier New", Courier, monospace;
	color:#F00;
}
