/* CSS Document */

 
 /* BODY and TEXT */
 
body {
 background-color:#333333;
 background-image:url(http://hackthemusic.com/main/images/bg.gif);
 background-repeat:repeat-x;
 color:#a1a1a1;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 
 }
 
 

/* LINKS */

a:link
{
	color: #ece203;
text-decoration: none;
}
a:visited
{
	color: #ece203;
text-decoration: none;
}

a:hover
{
    color: #f9f374;
text-decoration: underline;
}

/* BOTTOM LINKS */

.botmenu a:link {
color: #436590;
}
.botmenu a:visited {
color: #436590;
}
.botmenu a:hover {
color: #7ea4d2;
}

/* HEADER */


.mainbody {
position:relative;
 margin-left:auto;
 margin-right:auto;
 margin:0;
 padding:0;
 width: 1000px;
 height: 500px; 
 top: -8px; 
 font-size: 11px;
 line-height: 12px;'
 background-color:transparent;
 font-family: Arial, Helvetica, sans-serif; 
 z-index:0;
 
 }
 
.mainbodybg {

 background-image:url(http://hackthemusic.com/main/images/bg2.gif);
 background-position:top;
 margin-left:auto;
 margin-right:auto;
 top: -8px; 
 width: 1000px;
 height: 500px; 
 background-repeat:no-repeat;

}
/* NEWS NEWS AND MORE NEWS */
.news {
font:Arial, Helvetica, sans-serif;
color:#626262;
size:10px;

}
