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

*{margin:0; padding:0;}

body{
	background:#000;
	margin:0;
	padding:0;
	text-align:center;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#dbdbdb;
}
img{
	border:none;
}

a{
	font:bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	color:#a48413;
}
a:hover{
	color:#d4d4d4;
	text-decoration:none;
}
#container{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#header{
}

.headertop{
	background:url(images/headertop.gif) no-repeat;
	height:122px;
}

.headerleft{
	background:url(images/headerleft.png) no-repeat;
	width:149px;
	height:149px;
	float:left;
}
.twitter{
	background:url(images/twitter.png) no-repeat;
	width:92px;
	height:149px;
	float:left;
}

.facebook{
	background:url(images/facebook.png) no-repeat;
	width:74px;
	height:149px;
	float:left;
}
.videos{
	background:url(images/videos.png) no-repeat;
	width:129px;
	height:149px;
	float:left;
}
.headermiddle{
	background:url(images/headermiddle.png) no-repeat;
	width:113px;
	height:149px;
	float:left;
}
.fanart{
	background:url(images/fanart.png) no-repeat;
	width:80px;
	height:149px;
	float:left;
}
.lyrics{
	background:url(images/lyrics.png) no-repeat;
	width:181px;
	height:149px;
	float:left;
}

.headerright{
	background:url(images/headerright.png) no-repeat;
	width:182px;
	height:149px;
	float:left;
}
.headerbottom{
	background:url(images/headerbottom.png) no-repeat;
	width:334px;
	height:96px;
	float:left;
}

.wobphoto{
	background:url(images/bottomwob.png) no-repeat;
	width:338px;
	height:96px;
	float:left;
}
.website{
	background:url(images/wobsite.png) no-repeat;
	width:328px;
	height:96px;
	float:left
}

.headerlast{
	background:url(images/headerlast.png) no-repeat;
	height:121px;
	clear:left;
}
.leftclear{
	clear:left;
}

#content{
}
#contentfooter{
	background:#000 url(images/footer_bg.gif) repeat-x;
	width:100%;
	text-align:center;
	padding:20px 0;
}
#contentfooter a, #nav a{
	font-weight:normal;
}


