body{
		margin: 0 0 0 0;
		font-family: Verdana, sans-serif;
		font-size: 10px;
		text-align: center;
		vertical-align: top;
		background-color: #21180f;
}

p{
		text-align: center;
		color: #51402f;
}

a:link{
		text-decoration: none;
		color: #4c7e9c;
}

a:visited{
		text-decoration: none;
		color: #4c7e9c;
}

a:active{
		text-decoration: none;
}

a:hover{
		text-decoration: none; 
		color: #51402f;
}

img{
	border: none;
}

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

#header{
		float: left;
		width: 850px;
		height: 180px;
		background-image:url('images/header.jpg');
}

#tagline{
		margin: 80px 200px 0 200px;
}

#player{
		float: left;
		width: 850px;
		height: 81px;
}

#info{
		margin: 30px 200px 0 200px;
}

#main{
		float: left;
		width: 850px;
		height: 429px;
		background-image:url('images/info.jpg');
}

#contributors{
		margin: 0 200px 0 200px;

}






