/* CSS Document */

body {

	background-color: #000000;
}

img {
	border: none;
	outline: none;

}

.text {
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;

}

.title {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;

}

.footertext {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: normal;

}

h2 {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;

}

h2.thanks {
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;

}

a.Link, a.Link:visited {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	outline:none;
}

a.Link:hover {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 12px;
	line-height: 14px;
	color:#333399;
	text-decoration: underline;
	outline:none;
}

#container {
	width: 854px;

}

#contactBOX {
	width: 850px;
	background: url("images/backsplash.png") bottom center no-repeat;
	clear: both;
	position: relative;
	top: -90px;
}

#contactFORM {
	width: 400px;
	padding: 5px;
}

#videoPLAYER {
	position: relative;
	top: -100px;
	left: 15px;
	width: 500px;
	float: left;
	padding: 5px;

}


#moreINFO {
	position: relative;
	top: -10px;
	width: 300px;
	float: right;
	padding-right: 25px;

}

#footer {
	position: relative;
	top: -10px;
	clear: both;

}

