@charset "utf-8"; 
#newsletterhead1 {
	text-align : center;
	font-weight : bold;
	width : 630px;
	position : absolute;
	background-color : #510000;
	height : 70px;
	top : 0;
	margin-left: 120px;
	color: #FFFFFF;
	z-index: 2;
} 
#newsletterhead2 {
	text-align : center;
	font-weight : bold;
	width : 630px;
	position : absolute;
	background-color : #510000;
	height : 70px;
	top : 0;
	margin-left: 120px;
	color: #FFFFFF;
	z-index: 1;
} 
#newslettersignup {
	text-align : left;
	font-weight : bold;
	width : 626px;
	position : absolute;
	background-color : #000000;
	height : 430px;
	top : 70px;
	margin-left: 120px;
	color: #FFFFFF;
	padding: 2px;
} 
#newsletterlogin {
	text-align : left;
	font-weight : bold;
	width : 630px;
	position : absolute;
	background-color : #000000;
	height : 150px;
	top : 250px;
	margin-left: 120px;
	color: #FFFFFF;
}

