@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	
}

.content {
	padding-top: 200px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: none;
	clear: both;
	width: 1055px;
}
.header {
	float: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E3DCC0;
	text-align: right;
	width: 990px;

}
a:link {
	color: #E1E1C8;
	text-decoration: none;
}
a:visited {
	color: #E1E1C8;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #E1E1C8;
	text-decoration: none;
}.fanclubcontent {
	background-image: url(../images/fanclubpage.jpg);
	height: 445px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.fansignup {
	padding-top: 187px;
	padding-left: 250px;
}

