@charset "utf-8";
/* CSS Document */

body {
text-align:center;
}

#wrapper {
width: 249px;
margin: 0 auto;
text-align: left;
}

#logo {
display:block;
width:249px;
height:373px;
margin-top:200px;
position:absolute;
}

#enter {
display:block;
overflow:hidden;
width:47px;
height:100px;
position:absolute;
margin-top:575px;
padding-left:100px;
}


a.enter {
display: block;
width: 47px;
height: 15px;
background:url(images/enter.gif);
text-decoration: none;
float: left;
}

a:hover.enter {
background-position: 0 -14px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}


