body {
	margin:0px 0px; padding-top:0px;
	text-align:center;
	color:#ffffff;
	background: url(images/bg.jpg) no-repeat top center;
	background-color:black;
	font-family:verdana, arial, helvetica;
	font-size:14px;
}	
	
A:link {
 COLOR:white;
}
A:visited {
 COLOR:white;
}
A:hover {
 COLOR:#3C80FF;



	}
	
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 998px;
	height: 100%;

}

#header {
	margin: 0 0 0 0;
}

#side-a {
	float: left;
	width: 160px;

	padding-top:25px;
	padding-bottom:16px;
}

#side-b {
	float: right;
	width: 258px;

	padding-top:25px;
	padding-bottom:16px;
}

#middle_block {
	padding-top:14px;
	padding-bottom:14px;
	padding-left:14px;
	padding-right:14px;
/* Mozilla ignores MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft… sizingMethod=scale, src='images/transparent.png');
/* IE ignores styles with [attributes], so it will skip the following. */
	background-image:url(images/transparent.png);
}


#content { 
	float: left;
	width: 54%;
	padding-top:25px;
	padding-bottom:16px;
	padding-left:14px;
}

#content_center { 
	float: center;
	padding-top:25px;
	padding-bottom:16px;
}

#footer {
	clear: both;
	background: #black2;
}

#footer-text {
	font-family:verdana, arial, helvetica;
	font-size:10px;
	padding-top:25px;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 520px;
	text-align: left;
}

.padme_top_bottom {
	padding-top:55px;
	padding-bottom:55px;
}






/*EMAIL REGISTER*/

#email_register {
	width: 250px;
	background-color:#000000;
	border: 1px solid #FDFE00;
	margin: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
	padding-right: 2px;
	font-family:verdana, arial, helvetica;
	font-weight: bold; 
	font-size:12px;
}

.email_alignleft {
	float: left;
	padding-left: 18px;
}


.email_input {
	background-color:#2F2F2F;
	border: 2px solid #4B4B4B;
	margin: 4px;
	font: 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:2px;
}

.email_label_text {
	color:#FFFFFF;
	font-family:verdana, arial, helvetica;
	font-size:12px;
	padding-top:8px;
}

.email_submit_button {
	padding: 2px;
	border: 2px solid #B60609;
	background-color:#79040A;
	font-family:verdana, arial, helvetica;
	font-weight: bold; 
	font-size:11px;
	color:#FFFFFF;
}

/*END OF FORM*/


