/********************************************** Keep It Tidy ****/

@import url("reset.css"); /** <---- Resets all browser default settings */

/********************************************** Global Styles ****/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #131313;
}

#site_wrapper {
	width: 837px;
	margin: 0 auto;
	background: #000 url(../images/leadBg.jpg) no-repeat;
	height: 1500px;
}

#header {
	
}

#main_content {
	position: relative;
}

#footer { 
	background: #000;
	color: #ffffff;
	width: 837px;
	margin: 0 auto;
	padding-bottom: 25px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

#footer a { color: #ffffff; }

/********************************************** Specific Styles ****/

h2 {
	font-size: 24px;
	color: #fbfcf9;
	left: 515px;
	position: absolute;
	top: 313px;
	font-weight: normal;
}

#main_content p {
	left:258px;
	line-height:17px;
	position:absolute;
	top:970px;
	width:300px;
}

small {
	color: #e036a7;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	left: 610px;
	top: 260px;
}

span {
	font-size: 17px;
}

#main_content a {
	color: #000;
}

form#optin {
	left:245px;
	position:absolute;
	top:1040px;
	width:325px;	
}

form#optin input {
	width: 153px;
	float: left;
	margin: 0 0 10px 0;
}

form#optin input.check {
	margin:2px 0 0 90px;
	width:auto;
}

form#optin label {
	color: #000;
	font-weight: bold;
	float: left;
	width: 115px;
	text-align: right;
	margin: 2px 5px 0 0;
}

form#optin label.small {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	margin:2px 0 0;
	text-align:center;
	width:130px;
}

form#optin button {
	background:#C09016 none repeat scroll 0 0;
	border:5px solid #FFFFFF;
	color:#000000;
	cursor:pointer;
	font-size:23px;
	font-weight:bold;
	line-height:21px;
	padding:2px;
	position:absolute;
	right:58px;
	*right: 64px;
	top:180px;
	width:192px;
	*width: 178px;
}

form#optin button:hover {
	border: 5px solid #997313;

}

p.disclaimer {
	color:#FFFFFF;
	font-size:11px;
	left:175px !important;
	line-height:12px !important;
	position:absolute !important;
	text-align:center;
	top:1290px !important;
	width:500px !important;
}

a.enter {
	color:#FFFFFF !important;
	font-size:18px;
	font-weight:bold;
	left:322px;
	position:absolute;
	top:1330px;
}


































