body{
     font-family:Verdana;
     font-size:1em;  
     background-color:#1b1a1a;
     color:white;
     margin:0;
     padding:0;
}
h1{
font-size:1em;
}
p{
font-size:0.8em;
}

p.date{
font-size:0.6em;
text-align:right;
}

a {
color:white
}

a:visited{
color:white;
}

a.paginator{
font-size:0.7em;
}

a#news{
      display:block;
      width:98px;
      height:70px;
      background:url(../images/news.jpg);
}
a:hover#news{
             background:url(../images/news.jpg)
}
a#releases{
      display:block;
      width:161px;
      height:70px;
      background:url(../images/releases.jpg);
}
a:hover#releases{
             background:url(../images/releases.jpg)
}
a#artists{
      display:block;
      width:115px;
      height:70px;
      background:url(../images/artists.jpg);
}
a:hover#artists{
             background:url(../images/artists.jpg)
}
a#stuff{
      display:block;
      width:86px;
      height:70px;
      background:url(../images/stuff.jpg);
}
a:hover#stuff{
             background:url(../images/stuff.jpg)
}

a#contact{
      display:block;
      width:142px;
      height:70px;
      background:url(../images/contact.jpg);
}
a:hover#contact{
             background:url(../images/contact.jpg)
}
#container{
   
           margin-left:auto;
           margin-right:auto;
           width:1000px;
           height:900px;
           border: solid 1px;
           border-color:#1b1a1a;

} 
#text{
position:relative;
top:-810px;
left:430px;
z-index:10;
text-indent:20px;
text-align:justify;
width:450px;
} 

#logo{
      float:left;
      background-image:url(../images/logo.jpg); 
      width:396px;
      height:364px;
   

} 
#but_news{
        
          float:left;
         width:98px;
         height:70px;
         
     
         
}
#but_releases{
          float:left;
          
          width:161px;
          height:70px;

}
#but_artists{
          float:left;
          
          width:115px;
          height:70px;

}
#but_stuff{
          float:left;
          
          width:86px;
          height:70px;

}
#but_contact{
          float:left;
          
          width:142px;
          height:70px;

}
#rmargin{
         float:right;
         background-image:url(../images/r_margin.jpg); 
         width:67px;
         height:781px; 
}
#l_side{
        clear:left;
        float:left;
        background-image:url(../images/l_side.jpg); 
        width:396px;
        height:487px;

}

#txtarea{    
        position:relative;
        top:70px;
        right:-396px;
        background-image:url(../images/textarea.jpg); 
        width:537px;
        height:781px;
} 
#footer{
        clear:both;
        background-image:url(../images/footer.jpg); 
        width:1000px;
        height:49px;
        
}
