﻿body 
{
    background-color: #548D00;
    background-image: url(images/background.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

.all
{
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    height: 100%;
    color: Black;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
}

.header
{
    background-image: url(images/header.gif);
    width: 918px;
    height: 150px;
    background-repeat: no-repeat;
    border: 1px solid #000000;
}

.content
{
    background-color: #FFFFFF;
    width: 918px;
    height: 100%;
    border: 1px solid #000000;
    border-top: 0px;
}