body
{
    background-image:url('http://www.corey-edwards.com/images/gradient.png');
    background-repeat: repeat-x;
    background-attachment:fixed;
    background-position:center bottom;
}

img.main
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -71.5px;
    margin-left: -226.5px;
}

img.loader
{
    position: fixed;
    top: 70%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

img.footer
{
    position: fixed;
    top: 100%;
    left: 50%;
    margin-top: -10px;
    margin-left: -109.5px;
}

img.help
{
    width: 32px;
    height: 32px;
    position: fixed;
    top: 0%;
    right: 0%;
    margin-top: 0px;
    margin-left: -32px;
    border: 0;
}

img
{
    border: 0;
}