body
{
margin: 0;
padding: 0;
background-color: white;
}

#container
{
margin: 0;
padding: 0;
position: absolute;
left: 50%;
top: 100px;
margin-left: -140px;
height: 300px;
width: 300px;
background-color: black;
background: url("images/enter.jpg") no-repeat;
}

#enter
{
position: absolute;
margin-left: -138px;
top: 380px;
left: 50%;
width: 300px;
height: 100px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #b32123;
line-height: 100%;
}

#text
{
position: absolute;
margin-left: -140px;
top: 400px;
left: 50%;
width: 300px;
height: 100px;
font-family: verdana, arial, sans-serif;
font-size: 10px;
color: #828BA9;
line-height: 100%;
}

a:link
{
text-decoration: none;
color: #b32123;
}

a:hover
{
text-decoration: none;
color: #b32123;
}

a:visited
{
text-decoration: none;
color: #b32123;
}
