#background 
{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
    height: 800px;
    z-index: 0;
}

#shield
{
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: 235px;
    z-index: 1;
}

#menubar
{
    position: absolute;
    top: 145px;
    left: 50%;
    margin-left: -460px;
    z-index: 1;
}

#footer
{
    position: absolute;
    top: 750px;
    left: 50%;
    margin-left: -420px;
    z-index: 1;
}

#credit
{
    position: absolute;
    top: 810px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    z-index: 1;
    text-align: center;
}