html, body {
font-size: 8pt;
color:white;
text-align: center;
background-color: black;
background-attachment: fixed;
margin: 0px 0px 0px 0px;
height: 100%;
}

html, body {
  scrollbar-face-color: white; scrollbar-highlight-color:#3366FF;
  scrollbar-shadow-color:#0000CC; scrollbar-3dlight-color: white;
  scrollbar-arrow-color: #0000CC; scrollbar-track-color: white;
  scrollbar-darkshadow-color: white;
}

h1 {
font-size: 8pt; color:white; font-weight:normal; display:inline;
}
h2 {
font-size: 8pt; color:white; font-weight:normal; display:inline;
}
h3 {
font-size: 8pt; color:white; font-weight:normal; display:inline;
}
p {
font-size: 8pt; color:white;
}

img {border: solid 0 transparent }

a:link {color: white;}
a:visited {color: #ffccff;}
a:hover {color: white;}

#wrapper {
width: 800px;
height: 100%;
font-size: 8pt;
line-height: 12px;
text-align: center;
color: white;
margin-left: auto;
margin-right: auto;
margin-bottom: -45px;
background-color: #000066;
min-height: 100%;
}

body > #wrapper {
    height: auto;
}

#content {
float: left;
width:800px;
padding-top: 50px;
padding-bottom: 45px;
background-color: #000066;
}

.entrance {
width:320px;
height:80px;
margin: 0 auto;
vertical-align: middle;
}
.entrance_btn {
float: left;
margin-top: 30px;
}
.entrance_18r {
float: left;
margin: 10px;
}
.adult_txt {
float: left;
width:800px;
text-align: center;
}

#footer {
clear: both;
width: 800px;
height: 45px;
margin: 0 auto;
background-color: #000066;
}

.bottom {
font-size: 8pt;
padding: 5px;
}
.bottom_left {
float: left;
}
.bottom_right {
float: right;
}
.bottom2 {
float: left;
width: 800px;
font-size: 8pt;
text-align: center;
padding: 5px;
white-space: nowrap;}

