html, body { width: 100%; height: 100%; }
body {
    font-family: sans-serif;
    font-size: 12px;
    text-align: left;
    color: #000;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    position: absolute;
}
a { text-decoration: none; }

#main-container {
    width: 1024px;
    height: 768px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -512px;
    margin-top: -384px;
    background-color: transparent;
    background-image: url(../images/start.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#logo {
    display: block;
    position: absolute;
    height: 399px;
    width: 358px;
    top: 186px;
    left: 339px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}
