body {
    margin:0px;
    padding:0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #ffffff;
    background: url(alons_fade.jpg) no-repeat top center;
    height: 100%;
    width: 100%;
}

#container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -260px;
    padding: 20px;

    width: 500px;
    height: 300px;

    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}
