body {
	background: url("../images/Splash-BG.jpg") repeat-x;
	background-color: #000000;
}

a{
	color:#ddc333;
	text-decoration:none;
}

a:hover{
	color:white;
}

#wrapper {
	background: url("../images/SplashMain-BG.jpg") no-repeat;
	width: 1280px;
	height: 707px;
}
#left {
	background: url("../images/SplashMainLeft.jpg") no-repeat;
	width: 823px;
	height: 376px;
	float: left;
}
#right {
	background: url("../images/SplashMainRight.jpg") no-repeat;
	width: 390px;
	height: 376px;
	float: left;
}
#contactForm {
	position: relative;
	top: 300px;
	width: 285px;
	margin: -44px 0 0 18px;
	text-align: left;
	font-family:Verdana;
	font-size:16px;
		
}
#contactForm  .fields{
 	width: 285px;
}

#contactForm .buttons {
	background: url("../images/SplashSubmitBtn.jpg") no-repeat;
	width: 92px;
	height: 23px;
	border: 0;
	margin: 20px 0 0 0;
	display:none;
	
}