/* CSS Document */

body {
background-color:#FFFFFF;
padding: 0px;
margin: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#splash{
width:400px;
margin: 80px auto 20px auto;
}

#entrance{
height:38px;
width:116px;
margin: 0px auto;
margin-bottom:15px;
}

#entrance ul{
margin:0px;
padding:0px;
list-style-type: none;
}

#entrance li{
width:116px;
height:38px;
}

#entrance li a:link, 
#entrance a:visited{
float:left;
width:116px;
height:38px;
padding:0px;
margin:0px;
}

#enter li{
background: url(gfx/enter.jpg) no-repeat;
width:116px;
height:38px;
float:left;
margin:0px;
padding:0px;
decoration:none;
margin-left:0px;
}

#enter li a:hover{
background: url(gfx/enter_hover.jpg) no-repeat;
width:116px;
height:38px;
float:left;
margin-left:0px;
padding:0px;
}

#new{
width:1024px;
height:640px;
margin: 30px auto;
}

#new img{
border:none;
}



