@charset "utf-8";
* {
	margin: 0;
	padding:0;
}

body {
	background-attachment: fixed;
	background-color: #5c0000;
	background-image: url(i/greatest-rev-BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	margin:160px auto 15px auto;
	width:982px;
	height:521px;
	position:relative;
}

form.subs-form {
	width:250px;
	position: absolute;
	top: 210px;
	right:32px;
}


form.subs-form input {
	width:250px;
	height:30px;
	border:none;
	color:#FF6600;
	padding: 3px 0 0 5px;
	font-size:14px;
	margin: 3px 0 7px 0;
	color:#d09a0b;
}

form.subs-form label {
	font-family:Helvetica Neue, Helvetice, Arial, Verdana, sans-serif;
	font-size:13px;
	color: #636363;
}

form.subs-form #FormButton_Subscribe {
	width:114px;
	height:43px;
	float:right;
}

#store-link-main {
	width:234px;
	height:87px;
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	/*border:2px RED solid;*/
	position:absolute;
	bottom:20px;
	right:25px;
}