body { 
	margin: 0px; 
	font-family: arial;
	font-size: 11pt;
	background: black;
	color: #000;
}

#wrapper {
	position: relative;
	width: 978px;
	margin-left:  auto;
	margin-right: auto;
	padding: 2em 0 2em 0;
}

#content {
	background-image: url(images/bkgd.jpg);
	position: relative;
	width: 978px;
	height: 506px;
}

#top_content {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 180px;
	height: 100px;
}

#social {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 121px;
	height: 263px;
}

#bottom_content {
	position: absolute;
	left: 250px;
	top: 340px;
	width: 200px;
	height: 150px;
	font-size: 20pt;
	color: #f2b83a;
}

#logo {
	background-image: url(images/logo.png);
	position: absolute;
	right: 10px;
	top: 20px;
	width: 540px;
	height: 120px;
}

#title {
	background-image: url(images/title.png);
	position: absolute;
	z-index: 9999;
	right: 0px;
	top: 190px;
	width: 347px;
	height: 106px;
}

#form {
	background-image: url(images/formbkgd.png);
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 488px;
	height: 236px;
	text-align: center;
}

.formfield {
	padding: 0.6em 0 0 0;
	font-size: 30pt;
}

.formfield input{
	font-size: 25pt;
	width: 270px;
}

.formfield #submit{
	width: 420px;

}

#output {
	position: absolute;
	right: 40px;
	top: 160px;
	width: 300px;
	height: 20px;
	font-weight: bold;
	font-size: 9pt;
}


