body{
             position: absolute;
          font-family: arial,sans-serif;
            font-size: 14px;
     background-image: url('salamander/salamanderPics/newTile.gif');
           text-align: center;
              padding: 0px;
               margin: 0px;

}

div.outer{
            position: relative;
              border: 1px solid #3E1B04;
    background-image: url('salamander/salamanderPics/salamanderbackgroundimage.gif');
   background-repeat: no-repeat;
               width: 1159px;
              height: 870px;
          text-align: center;
             margin: 0px 0px 0px 0px;
             padding: 0px 0px 0px 0px;
}


div.container{
         font-weight: bold;
            position: relative;
              border: 2px none #CFC40C;
               width: 540px;
              height: 545px;
          text-align: justify;
              margin: 5px 5px 5px 5px;
             padding: 0px;

}


div.brown{
            position: relative;
              border: 10px none green;
               width: 560px;
              height: 570px;
              margin: 206px 0px 0px 345px;
             #margin: 202px 0px 0px 116px;
    background-image: url('salamander/salamanderPics/brown.gif');
   background-repeat: no-repeat;
             padding: 10px 10px 10px 10px;
        }




p {color:#CFC40C;}


a.other:link{
               color: #EEAB09;
     text-decoration: none;
}

a.other:visited{
               color: #EEAB09;
     text-decoration: none;
}


a.other:active{
               color: #EEAB09;
     text-decoration: none;
}

a.other:hover{
               color: red;
     text-decoration: underline;
}