html {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
background-color: #000000;
}
body {
margin: 0px;
padding: 0px;
text-align: center;
}
div#container {
width: 503px;
height: 369px;
margin: auto;
margin-top: 125px;
}
div#top {
width: 503px;
height: 194px;
background-image: url('pictures/top.gif');
background-repeat: no-repeat;
}
div#enter {
width: 503px;
height: 27px;
}
div#bottom {
width: 253px;
height: 123px;
background-image: url('pictures/bottom.gif');
background-repeat: no-repeat;
font-family: Tahoma;
font-size: 9px;
color: #838383;
padding-top: 25px;
padding-left: 125px;
padding-right: 125px;
}
a {
text-decoration: underline;
color: #838383;
}
div.ifshow {
display: none;
}
