﻿body 
{
    background-image: url('images/background.png');
    background-repeat: repeat-x;
    background-color: #cb0000;
    height:100%;
}

#content
{
    margin: auto auto -2px auto; 
    width:955px; 
    border:0; 
    background-color:white;
    height:100%;
    background-image:url('images/menu/badger_menu_bg.gif');
    background-repeat:repeat-y;
}

 #banner
 {
     border-style: none; 
     border-color: inherit; 
     border-width: 0; 
     margin-bottom:-2px; 
     height: 198px;
 }
