div.layer1{
position : absolute;
text-align: center;
top : 0;
width : 100%;
z-index : 1;
}

div.layer2{
position : absolute;
top : 50;
text-align: center;
width : 100%;
z-index : 2;
}

div.layer3{
position : absolute;
top : 635;
z-index : 0;
width : 100%;
}

div.layer6{
position : relative;
top : 450;
z-index : 0;
width : 100%;
}

div.layer7{
position : relative;
top : 300;
text-align: center;
width : 100%;
z-index : 3;
}

p.enter{
font-family : "Courier New",Times New Roman;
color : #333333;
}

p.notice{
font-family : "Courier New",Times New Roman;
color : #333333;
font-size : 10pt; 
margin-top:1; 
margin-bottom:1
}


a:link{
color : #333333;
text-decoration : none;
}
a:active{
color : #333333;
text-decoration : none;
}
a:visited{
color : #333333;
text-decoration : none;
}
a:hover{
color : #333333;
text-decoration : none;
cursor : crosshair;
}

body {
scrollbar-face-color : #ffffff;
scrollbar-shadow-color : #ffffff;
scrollbar-highlight-color : #ffffff;
scrollbar-3dlight-color : #ffffff;
scrollbar-darkshadow-color : #d0d0bf;
scrollbar-track-color : #ffffff;
scrollbar-arrow-color : #d0d0bf;
}