@charset "utf-8";
#formHolder {
	height: 300px;
	width: 400px;
	position: absolute;
	left: 280px;
	top: 90px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
}

#contactMain {
	background-image: url(../images/contactBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 460px;
	position: relative;
	width: 900px;
	margin-bottom: 20px;
}
#lowerContent {
	background-color: #666;
	height: 300px;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

a:hover {
	text-decoration: none;
	color: #EFD123;
}
