body{
background-color:#ffffff;
margin: 0;
font-family: Futura lt, futura, Gill Sans, Arial, Helvetica, sans-serif;

}

 a {
   text-decoration: none;
 }
 a:link {
    color: #BBBBBB;
 }
 a:visited {
     color: #666666;
 }
 a:active {
     color: #FFFFFF;
 }
 a:hover {
     color: #000000;
 }



#shadowbox{
position:relative;
width: 1050px;
min-width: 1000px;
height: 100%;
background-color: white;
background-image:url("images/shadow2.gif");
background-position: center;
background-repeat: repeat-y;
z-index: 30;
margin: 0 auto;
padding: 0 0 0 0;
}

#bglayer{
position:relative;
width: 1000px;
height: 100%;
min-width: 1000px;
background-color: white;
z-index: 50;
margin: 0 auto;
padding: 0 0 0 0;
}

#logo{
position: relative;
flaot:left;
margin-left: 232px;
margin-top: 130px;
z-index: 100;
padding: 0;
}

#enter{
float: left;
position:relative;
width: 200px;
height: 50px;
text-align:center;
font-size: 29px;
font-weight: lighter;
letter-spacing: 5px;
margin-top: 120px;
margin-left: 300px;
padding: 0;

}

#exit{
float: left;
position:relative;
width: 200px;
height: 50px;
text-align:center;
font-size: 29px;
font-weight: lighter;
letter-spacing: 5px;
margin-top: 120px;
margin-left: 0px;
padding: 0;

}

#warning{
float: left;
position:relative;
width: 700px;
height: 50px;
font-size: 9px;
line-height: 15px;
margin-top: 100px;
margin-left: 150px;

}


#copyright{
position:relative;
float:inherit;
margin-top: 1000px;
padding: 20px;
font-size: 9px;
z-index: 320;
}

#h1{
font-size: 20px;
font-family: arial;
font-weight: lighter;
letter-spacing: 3px;
padding-bottom: 20px;


