
body {
	margin: 0;
	padding: 0;
	background: #2A5854 url(img/backsplash.jpg) center left fixed repeat-x;
}


#description {
	width: 60%;
	margin-top: 6%;
	padding-left: 6%;
	font-size: 20px;
	font-family: Trebuchet MS;
	font-weight: bold;
	color: white;
	float: left;
}

#logo {
	height: 123px;
	width: 23%;
	background: url(img/logosplash.png) center center no-repeat;
	float: right;
	margin-top: 6%;
	margin-right: 6%;
	text-indent: -4000px;
	min-width: 175px;
	
}

#please {
	clear: both;
	background: url(img/please.png) center left no-repeat;
	height: 50px;
	min-width: 500px;
	text-indent: -2000px;
	margin-left: 15%;

}

#form {
	width: 33%;
	margin: 40px auto;
	clear: both;

}

#form input {
	width: 100%;
	margin: 3px;
	font-size: 18px;
	color: #333333;
	border: 2px solid #444444;
	padding: 2px;
}
#form input#proceed {
	border: none;
	margin-right: -238px;
	margin-top: 24px;
}

#form input:focus {
	background: #90BA9E;
	color: black;
	border: 2px solid #333333;
}

#proceed {
	clear: both;
	background: url(img/proceed.png) center right no-repeat;
	height: 50px;
	min-width: 500px;
	margin-right: 10%;
	float: right;
	display: block;
	border: 0;
	cursor: pointer;

}

#proceed:hover {
	background: url(img/proceedh.png) center right no-repeat;
	}

