body {
    background-color: #000;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

#floater	{float:left; height:50%; margin-bottom:-193px; width:100%;}

#band {
    height: 386px;
    clear:both;
    position:relative;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
}

#wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#sextant {
    height: 386px;
    width: 693px;
    right: 0;
    top:0;
    position:absolute;
    background: url(images/sextant.png);
}

#quote {
    margin-left: 20px;
    font-family: 'Baskerville', 'Georgia';
    font-style: bold;
<!--    color:#923737; -->
    color:#000000;
    width: auto;
    bottom: 5;
    right: 693px;
    height: auto;
    position:absolute;
}

#sextant a {text-decoration: none;}
#sextant a i {visibility: hidden;}


#about     {position: absolute; float: left; margin-left: 0px; margin-top: 69px; width: 190px; height: 33px;  }
#software  {position: absolute; float: left; margin-left: 0px; margin-top: 109px; width: 190px; height: 33px; }
#stories  {position: absolute; float: left; margin-left: 0px; margin-top: 149px; width: 190px; height: 33px;  }


#about:hover { background: transparent url(images/sextant.png) 0px -455px no-repeat;}
#software:hover { background: transparent url(images/sextant.png) -0px -495px no-repeat;}
#stories:hover { background: transparent url(images/sextant.png) -0px -535px no-repeat;}

