*{
	padding: 0px;
	margin: 0px;
}

a img{
	border: 0px;
}

a{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

.hidden{
	display: none;
}

.noBackground{
	background: none !important;
}

ul{
	list-style: none;
}

body{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
}


/****************** Wrapper Box ********************/

#wrapper{
	width: 892px;
	height: 563px;
	display: block;
	background: url(../image/background.jpg) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -446px;
	margin-top: -281px;
}
	
	
a#becomeAFan{
	display: block;
	width: 128px;
	height: 37px;
	background: url(../image/becomeAFan.jpg);
	display: block;
	position: fixed;
	margin-left:446px;
	margin-top:281px;
	
}


/******************* Footer **********************/
div#footer{
	position:fixed;
	display: block;
	margin-left:441px;
	margin-top:493px;
	_margin-top: 170px;
	font-weight: bold;
}
#footer ul{
	display: inline;
}
#footer ul li{
	float: left;
	background: url(../image/footerBar.jpg) repeat-y right center;
	padding-left:8px;
	padding-right:7px;
}

#bda{
	margin-left:-3px;
	margin-top:-5px;
	_position: absolute;
}
		
	