*
{
margin:0;
padding:0;
}

body
{
text-align:center;
font-family:verdana;
font-size:11px;
}

#entry
{
position:absolute;
text-align:right;
margin:auto;
margin-top:-200px;
top:50%;
left:50%;
margin-left:-350px;
border:1px solid #004e61;
background:#d9f6f8 url('../img/entry_bg.png') no-repeat top left;
height:400px;
width:702px;
}

#entry h1
{
width:309px;
height:182px;
margin-left:391px;
background:url('../img/home_head.png') no-repeat top left;
}

#entry h2
{
background:url('../img/home_sub.png') no-repeat center center;
height:99px;
width:309px;
margin-top:10px;
margin-left:391px;
}

#entry .enter:link,
#entry .enter:visited
{
width:309px;
height:96px;
position:absolute;
bottom:0;
right:0;
background:url('../img/enter.gif') no-repeat right bottom;
}

#entry .enter:hover
{
background:url('../img/enter_hover.gif') no-repeat right bottom;
}

#entry h2 span,
#entry h1 span,
#entry a span
{
display:none;
}

#wrapper
{
position:absolute;
text-align:left;
width:700px;
margin:auto;
margin-top:-200px;
top:50%;
left:50%;
margin-left:-350px;
}

#wrapper p
{
line-height:15px;
margin-bottom:10px;
}

.p8i:link,
.p8i:visited
{
color:#fff;
text-decoration:none;
float:left;
position:absolute;
bottom:5px;left:5px;
}
