body{
  background-image: url("images/bgpatt.gif");
}

img{
  border: 0;
}

#allcontent{
  background-image: url("images/linearpatt2.png");
  margin-right: auto; 
  margin-left: auto;
  height: 778px;
  width: 1000px;
  padding-top: 120px;
}

#emblem{
  background-image: url(images/embl.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  margin-left:auto;
  margin-right:auto;
  margin-top: 105px;
}


#contentbox{
 margin-right: auto;
 margin-left: auto;
 height: 500px;
 width: 700px; 
 background-color: white;
 background-image: url(images/contentbg.jpg);
 background-repeat: repeat;
   border-style: solid;
  border-width: 10px;
  border-color: black;
}

#homebutton,#localbutton,#webbutton,#worldbutton{
  margin-top: -25px;
  width: 175px;
  height: 50px;
  float: left;
}

#home_link, #local_link,#web_link,#world_link{
  display:block;
  width: 175px;
  height: 50px;
margin-right: auto;
margin-left: auto;
clear:both;
}

    

#home_link{
             background-image: url(images/homebutton.png);
             background-repeat: no-repeat;
             text-indent: -9999999px;
}
    #home_link:hover{
            background-image: url(images/homebutton_over.png);
}


#local_link{
            background-image: url(images/localbutton.png);
            background-repeat: no-repeat;
            text-indent: -999999px;
}
   #local_link:hover{
            background-image: url(images/localbuttonover.png);
}


#web_link{
            background-image: url(images/webbutton.png);
            background-repeat: no-repeat;
            text-indent: -999999px;
}
      #web_link:hover{
            background-image: url(images/webbuttonover.png);
}
 
#world_link{
            background-image: url(images/worldbutton.png);
            background-repeat: no-repeat;
            text-indent: -999999px;
}
      #world_link:hover{
            background-image: url(images/worldbuttonover.png);
}
 

#rlslog,#music,#digg{
  margin-left:25px;
  padding-bottom: 0px;
}


#rlslogfeed,#musicfeed,#diggfeed{
  clear: left;
  font-family: arial,helvetica,Sans-serif;
  font-size: 15px;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
  }

#musictag{
  background-image: url(images/local/music.png);
  width: 239px;
  height: 34px;
  background-repeat: no-repeat;
  display: block;
  float: left;
}

 
#rlslogtag{
  background-image: url(images/local/rlslog.png);
  width: 239px;
  height: 34px;
  background-repeat: no-repeat;
  display: block;
  float: left;
} 

#diggtag{
  background-image: url(images/local/digg.png);
  width: 239px;
  height: 34px;
  background-repeat: no-repeat;
  display: block;
  float: left;
} 
  
  a{ text-decoration: none;}
  a:link {color: #00bff3; text-decoration: none; }
  a:active {color: #00bff3; text-decoration: none; }
  a:visited {color: #00bff3; text-decoration: none; }
  a:hover {color: #ffe464; text-decoration: none; }
