/* CSS Document */
body {
	background: #000101 url(images/SplashBG.jpg) repeat-x;
	color: #000;
	font: 93%/1.2em Arial, Helvetica, Sans-Serif;
	margin: 0;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
	color: #AB2D1A;
	margin: 0px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #AB2D1A;
	font-weight: normal;
	font-size: 1.2em;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.EmailAddress {
	border: 0px;
	outline: 0px;
	background: #27486E;
	padding: 8px;
	color: #FFFFFF;
	width: 237px;
	float: left;
	margin-top: 4px;
	font-size: 14px;
}

.Submit {
	margin-top: 4px;
	margin-left: 5px;
	float: left;
}

#notify {
	position: absolute;
	margin-left: 517px;
	top: 448px;	
	color: #FFFFFF;
	font-size: 13px;
}

#buyfrom {
	position: absolute;
	margin-left: 517px;
	top: 459px;	
	color: #FFFFFF;
	font-size: 15px;
}

#buyfrom a {
	text-decoration: none;
	color: #F7E5F1;
	font-weight: bold;
	padding-right: 10px;
}

#buyfrom a:hover {
	text-decoration: underline;
}

#enter {
	position: absolute;
	margin-left: 655px;
	top: 514px;	
}