HTML,BODY {
	margin: 0;
	padding: 0;
	overflow: auto;
	font-family:"Garamond", "Times New Roman", serif;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	background-color:#000000;

}

BODY.popup {
	background-image: url('/images/bg_grey.gif');
	background-repeat: no-repeat;
	overflow: hidden;	
	
}

.error {
	
	font-family: Times, Times New Roman, serif;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a {
	
	font-family: Times, Times New Roman, serif;
	color: #a9cee7;
	text-decoration: underline;
}

A:link {

	COLOR: #c92004; TEXT-DECORATION: none;

}

A:visited {

	COLOR: #c92004; TEXT-DECORATION: none;

}

A:active {

	COLOR: #fff; TEXT-DECORATION: none;

}

A:hover {

	COLOR: #FFFFFF; TEXT-DECORATION: underline;

}


#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;	
}

DIV.centercont {
	height: 750px;
	left: 50%;
	margin-top: -400px;
	margin-left: -400px;
	position: absolute;
	top: 50%;
	width: 1028px;	
	}
	
DIV.splashimage {
	width:800px; 
	height:750px; 
	background-image:url('/images/BlackSabbath_splash.jpg');
	background-repeat: no-repeat;
	text-align:center;
}
	
DIV.storetext  {
	
	color:#fff;
	letter-spacing: 2px; 
	position:relative;
	top:260px;
	}

.storetext a {
	color:#c92004;
	text-decoration:none;
	}
.em_link {
		font-size: 1.6em;
	}
	
DIV.terms {
	margin: 5px;		
	}

DIV.footer {
	padding-top:20px;
	font-size:1.3em;
	text-align:center;
	color:#fff;
	}
	
FIELDSET {
		border: 0;	
	}

input, select {
     height: 15px;
     border:0px;
     font-size: 10px;
     margin-bottom: 5px;
     vertical-align: bottom;
     max-width: 150px;
     text-align:left;
}
	
/* begin mail list css */

.mail_list_signup, .message {
	width: 380px;
	min-height:350px;
	margin-left: auto;
	margin-right: auto;
}

.mail_list_form_holder {
	width: 380px;
	min-height:400px;
}

.mail_list_row {
	border: 0px solid green;
	width: 300px;
	height: 25px;
	margin: 0px auto 0px auto;
}

.mail_list_label {
	border: 0px solid red;
	width: 140px;
	height: 25px;
	float: left;
	text-align: right;
}

.mail_list_field {
	width: 150px;
	height: 25px;
	float: right;
	text-align: left;
}

.mail_list_check {
	width: 350px;
	margin: 0px auto 0px auto;
	
}

.mail_list_submit {
	width: 300px;
	margin: 0px auto 0px auto;
	
}

.closeLink {
	margin: 30px 10px 0 0;
		
	text-align: right;
}


/* end mail list css */
