html,body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
}

#bacon {
	width: 800px;
	height: 600px;
	text-align: center;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}
a.text1{
	text-decoration: none;
	color: #FA9307;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a.text1:link {
	text-decoration: none;
	color: #FA9307;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a.text1:visited {
	text-decoration: none;
	color: #FA9307;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a.text1:hover {
	text-decoration: none;
	color: #F7E050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a.text2:hover div.submit {
	display: block;
}
.formtext{
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}
.close{
	text-decoration: none;
	color: #FA9307;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	top: 2px;
	right: 3px;
	position: absolute;
}
#links {
	height: 20px;	
	position: absolute;
	right:20px;
	top:0px;
	z-index:20;	
}
#submit {
	width: 150px;
	height: 145px;
	position: absolute;
	padding: 5px;
	right:25px;
	top: 40px;
	display: none;
	opacity: .80; filter: alpha(opacity=80); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background-color: #F7E050;
}
.form_field {
	background-color: #000;
	border: 0px;
	color: #FA9307;
}
.form_button {
	background-color: #FA9307;
	border: 1px;
	top: 10px;
	position: relative;
}