﻿body
{
background-image: 'url('images/background.gif ')';
    text-align: center;
}
table
{
    border-bottom-style: solid;
    border-bottom-color: #000080;
    
}

#Home
{
    background-image: url( 'file:///C:/Documents and Settings/Brett.Edelen/My Documents/Visual Studio 2008/Projects/BeachBug/images/background.gif' );
    background-repeat: no-repeat;
    background-attachment: fixed;
}

