#wholepage{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
body { background-color:#333;}
#header {width:900px; border:#2A00FF thin solid; }
#navigation li {width:180px; float:left;}
#navigation ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#news {
height: 30px;
width: 180px;
text-indent: 10000px;
overflow: hidden;
background: url(news.jpg) top left no-repeat;
display: block;
border-left:#2A00FF thin solid;
}
#news:hover{
background-position: bottom left;
}

#bio {
height: 30px;
width: 180px;
text-indent: 10000px;
overflow: hidden;
background: url(bio.jpg) top left no-repeat;
display: block;

}
#bio:hover{
background-position: bottom left;
}
#mixes {
height: 30px;
width: 180px;
text-indent: 10000px;
overflow: hidden;
background: url(mixes.jpg) top left no-repeat;
display: block;

}
#mixes:hover{
background-position: bottom left;
}
#forum {
height: 30px;
width: 180px;
text-indent: 10000px;
overflow: hidden;
background: url(forum.jpg) top left no-repeat;
display: block;

}
#forum:hover{
background-position: bottom left;
}
#links {
height: 30px;
width: 181px;
text-indent: 10000px;
overflow: hidden;
background: url(links.jpg) top left no-repeat;
display: block;
border-right:#2A00FF thin solid;
}
#links:hover{
background-position: bottom left;
}
#content {width:880px; padding:10px; font-family:Arial, Helvetica, sans-serif; border-bottom:#2A00FF thin solid; border-left:#2A00FF thin solid; border-right:#2A00FF thin solid; border-top:#000000 thin solid; color:#FFF; font-size:13px; background-color:#000;}
a:link {color:#FFBF00; text-decoration: underline; }
a:active {color: #FFBF00; text-decoration: underline; }
a:visited {color: #FFBF00; text-decoration: underline; }
a:hover {color:#D41F00; text-decoration: none; }


#donate { font-size:9px; background-color:#000; }


img{border:none}