@charset "utf-8";

body {
	background-color: #000000;
	background-image: url(images/main_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.intro {
	background-image: url(images/intro_bg.jpg);
	overflow: hidden;
}

#horizon        
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 1px;
	width: 100%;
	overflow: visible;
	display: block;
	}
	
#contentintro    
	{
	width: 960px;
	height: 450px;
	margin-left: -500px;
	position: absolute;
	top: -200px;
	left: 50%;
	visibility: visible
	}

#container {
	width: 950px;
	margin: auto;
}

#intro {
	margin-top: 80px;
	margin-right: 250px;
	padding: 0px;
}

#header {
	width: 950px;
	height: 240px;
}

#nav {
	width: 950px;
	height: 87px;
}

#signup {
	width: 950px;
	height: 37px;
}


#content_bg {
	width: 950px;
	height: 467px;
	background-image: url(images/content_bg.jpg);
}

#white_box {
	width: 914px;
	height: 450px;
	margin: auto;
	background-image: url(images/white_bg.gif);
}

#content {
	height: 410px;
	margin-left: 15px;
	position:relative;
	top: 15px;
	overflow: auto;
	background-color: #FFFFFF;
	width: 890px;
}

#content_gallery {
	width: 890px;
	height: 420px;
	margin-left: 15px;
	position:relative;
	top: 15px;
	overflow: auto;
}

#footer {
	position: relative;
	width: 950px;
	height: 87px;
}

.txt {
	left: 20px;
	position: relative;
	width: 500px;
}

.head {
	left: -20px;
	position: relative;
}

.txtlgred {
	left: 20px;
	position: relative;
	width: 835px;
	font-size: 20px;
}

.txtlgblk {
	left: 20px;
	position: relative;
	width: 835px;
}

.inputbox {
	font : normal 14pt Arial, Helvetica, Arial;
	border : none;
	background : none;
	margin-top:-8px;
}

.inputdiv {
	position: relative;
	width: 410px;
	height: 30px;
	margin-top: -40px;
	margin-left: 173px;
	background-image: url(images/form_bg.gif);
	margin-bottom: 20px;
}

.boxdiv {
	margin-left:20px;
	padding-top:10px;
}

.submit {
	position: relative;
	left: 550px;
	top:-55px;
}

.label {
	position: relative;
	top: -8px;
}

#video {
	position: relative;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

.txt_full {
	left: 20px;
	position: relative;
	width: 800px;
}

.txtlgred2 {
	position: relative;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	left: 20px;
	width: 800px;
}

.news2 {
	width: 800px;
}

a {
	text-decoration:none;
	color:#0000FF;
}

a:visited {
	color:#0000FF;
}

a:hover {
	text-decoration:underline;
}

