   #floatover {
      width: 314px;
      top: 2px;
	left: -48px;
      z-index: 10;
      position: relative;    
    }
    
    #stayunder {
      top: -140px;
position: relative;
      z-index: 1;
    }


body {
    background-image: url('gfx/background.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}


.textlight {
	font-family: Georgia;
	color: #d9c895;
	font-size: 14px;
}

a.textlight:link {color:#d9c895;}
a.textlight:visited {color:#948866;}
a.textlight:hover {color:white;}




.textlightsmall {
	font-family: Georgia;
	color: #d9c895;
	font-size: 11px;
}

a.textlightsmall:link {color:#d9c895;}
a.textlightsmall:visited {color:#948866;}
a.textlightsmall:hover {color:white;}




.textdark {
	font-family: Georgia;
	color: #5d370e;
}

a.textdark:link {color:#953a1b;}
a.textdark:visited {color:#953a1b;}
a.textdark:hover {color:#953a1b;}