﻿body
{
    background-image: url('Images/BlueBackground.gif');
    background-repeat: repeat;
    margin:0;
    height:100%;
}
.Content
{
    width: 781px;
    background-color: white;
    margin: 0px auto;
    margin-top:13px;
    padding: 0px;
    border:solid 1px black;
}