body {
	margin: 0;
	padding: 0;
	background: #000;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
}

#wrapper{
	margin: 0 auto;
	width: 990px;
}

/*FONTS AND COLORS */

h1, h2, h3, p, li, a { /* grouped selectors */
     font-family: Verdana, Geneva, sans-serif;
	 line-height: 16px;
}
h1 {
       font-size:18px;
	   font-weight:bold;
	   color: #fab517;
}
h2{
	  font-size:12px;
	  color: #fff;
	  font-style:italic;
}
h3 {  
	  font-size:11px;
	  font-style:italic;
	  color: #FFF;
}
p{
	color: #fff;
	font-size: 12px;
}


/*links*/
a:link {
         color:#03a3ef; 
         text-decoration: none; 
		 font-size: 12px;
}
a:visited {
         color:#03a3ef; 
         text-decoration:none;
		 font-size: 12px;
}
a:hover {
		color:#0382be;
		text-decoration: none;
		font-size: 12px;
}
a:active{
         color:#03a3ef;
         text-decoration: none;
		 font-size: 12px;
}


/*page*/

#header {
	float: left;
	width: 990px;
	height: 246px;
	background: url('../images/header_bg.jpg') no-repeat; text-align: left;
}

#middle {
	float: left;
	width: 990px;	
	height: 463px; background: url('../images/middle_bg.jpg') no-repeat; text-align: left;}
	
	
#middlecontainer{
	float: left;
	width: 494px;
	padding: 20px 5px 20px 55px;
}
#topplayer{
	float: left;
	width: 380px;
	height: 320px;
	padding-top: 7px;
	border-bottom-color:#900;
	border:thick;
}

#twitter{
	float: left;
	width: 415px;
	height: 75px;
	margin-top: 46px;
	
}
#twitterpic{
	float: left;
	width: 73px;
	height: 72px;
	margin-right: 10px;
}
#twittertext{
	float: left;
}

#bottom {
	float: left;	
	width: 990px;	
	height: 990px; background: url('../images/bottom_bg.jpg') no-repeat; text-align: left;}
	
#bottomcontainer{
	float: left;
	width: 310px;
	margin: 40px 30px 0 55px;
}
#bottomcontainerright{
	float: left;
	padding-top: 40px;

}

#leftplayer{
	border: 5px solid #900;
	background-color:#900;
	width: 300px;
}
#rightplayer{
	border: 5px solid #900;
	background-color:#900;
	width: 500px;
}

#musicplayer{
	position: relative;
	border: 5px solid #900;
	background-color:#900;
	width: 300px;
	height: 35px;
	margin-bottom: 20px;
	float: left;
}
#musicplayer div{
	position: absolute;
	top: -168px;
	z-index: 2;
}


#bandpic{
	float: left;
	margin: -29px 0 0 75px;
}