body {background-color: #000000;
      background-repeat: no;
      color: #AAAAAA; 
      font-family: arial;}


div.img {position: absolute; top:0; left:0 }
a {text-decoration: none; color:#AAAAAA}
a:visited {text-decoration: none; color:#AAAAAA}
a:active {text-decoration:none}
a:hover {text-decoration:none; color: #000000}
.main a:hover {background-color: #AAAAAA}
.main a {border-bottom: dotted 1px #AAAAAA}
.main a:visited {border-bottom: dotted 1px #AAAAAA}
.map a:hover {background-color: #AAAAAA}
.map a {border-bottom: dotted 1px #AAAAAA}
.map a:visited {border-bottom: dotted 1px #AAAAAA}
td {text-align: center}

div.title{
   position: absolute;
   top: 0px;
   left: 68px;

}

div.menu{
   position: absolute;
   width: 900px;
   height: 25px;
   top: 200px;
   left: 190px;
   text-align: center;
   border: 1px solid #AAAAAA;
}

div.wowhead{
   position: absolute;
   width: 160px;
   height: 200px;
   top: 200px;
   left: 15px;
   text-align: center;
   border: 0px solid #AAAAAA;
}

div.facebook{
   position: absolute;
   width: 160px;
   height: 200px;
   top: 400px;
   left: 15px;
   text-align: center;
   border: 0px solid #AAAAAA;
}


div.main {
   position: absolute;
   overflow: auto;
   width: 900px;
   height: 550px;
   border: 1px solid #AAAAAA;
   background-color: #000000; 
   padding-left: 5px;
   padding-right: 5px;
   top: 240px;
   left: 190px;
}
div.text {
  position: absolute;
  width: 900px;
  height: 25px;
  top: 800px;
  left: 190px;
  text-align: center;
}

div.map {
   position: absolute;
   overflow: auto;
   width: 1010px;
   height: 575px;
   border: 1px solid #AAAAAA;
   background-color: #000000;
   padding-left: 5px;
   padding-top: 5px;
   top: 240px;
   left: 140px;
}
