@CHARSET "UTF-8";
body {
padding: 10px;
text-align: center;
font-family: "Century Gothic", sans-serif;
background: #FFFFFF;
color: #505050;
}

a {
text-decoration: none;
color: #505050;
}

a img {
border: 0;
}

h1 {
font-weight: normal;
font-size: 14px;
}

#wrapper {
position: absolute;
top: 50%;
left: 50%;
height: 350px;
width: 500px;
margin: -175px 0 0 -250px;
}

#enter {
margin-top: 200px;
}