a  {
   text-decoration: none;
   color: #000000;
}

a ins  {
   text-decoration: none;
}
.button {
   visibility: visible;
   position: absolute;
   z-index: 3;
}
html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #070707;
}

#wrapper  {
   margin: 0px auto 0px auto;
   width: 600px;
   position: relative;
}
#core  {
   background: url(images/bg.png) no-repeat;
   position: absolute;
   left: 0px;
   top: -25px;
   z-index: 2;
   width: 600px;
   height: 500px;
}

/* Links*/

#gameserverbutton  {
   left: 166px;
   top: 270px;
   width: 110px;
   height: 17px;
   background-image: url(images/gs.png);
}

#movieblogbutton  {
   left: 349px;
   top: 224px;
   width: 87px;
   height: 23px;
   background-image: url(images/mb.png);
}
#steamaccountsbutton  {
   left: 328px;
   top: 270px;
   width: 128px;
   height: 17px;
   background-image: url(images/sa.png);
}
#downloadsbutton  {
   left: 179px;
   top: 247px;
   width: 84px;
   height: 17px;
   background-image: url(images/dl.png);
}
#gameblogbutton  {
   left: 343px;
   top: 247px;
   width: 96px;
   height: 23px;
   background-image: url(images/gb.png);
}

#youtubebutton  {
   left: 188px;
   top: 224px;
   width: 65px;
   height: 17px;
   background-image: url(images/yt.png);
}

#forumsbutton  {
   left: 193px;
   top: 202px;
   width: 56px;
   height: 17px;
   background-image: url(images/fo.png);
}

#rpgbutton  {
   left: 373px;
   top: 202px;
   width: 38px;
   height: 17px;
   background-image: url(images/rp.png);
}



#forumsbutton a,
#downloadsbutton a,
#steamaccountsbutton a,
#gameserverbutton a,
#youtubebutton a,
#rpgbutton a  {
   background-repeat: no-repeat;
   display: block;
   height: 15px;
   background-position: 0% 0px;
   font-size: 15px;
   line-height: 15px;
}

#movieblogbutton a,
#gameblogbutton a  {
   background-repeat: no-repeat;
   display: block;
   height: 20px;
   background-position: 0% 0px;
   font-size: 20px;
   line-height: 20px;
}