﻿body 
{
    background-image:url('/images/background.jpg');
    background-position:top center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    color:#FFF;
}
.canvas
{
    display:block;
    float:none;
    width:960px;
    min-height:116px;
    margin: 40px auto;
}

#tempSplash
{
    display:block;
    width:546px;
    height:116px;
    float:none;
    margin: 200px auto;
}