body
{
    background: #E9E9E9;
    margin: 0px;
    color: #333333;
    font-family: Arial;
}

#header
{
    background: #E9E9E9 url('./images/Head.png') repeat-x;
    width: 100%;
    height: 89px;
    float: left;
}

#logo
{
    background: url('./images/Logo.png');
    width: 334px;
    height: 89px;
    float: left;
}

#menu
{
    background: url('./images/Menu.png');
    width: 100%;
    height: 31px;
    font-size: 18px;
    line-height: 25pt;
    text-align: right;
    float: left;
}

#menu a
{
    color: #333333;
    text-decoration: none;
    padding-right: 5px;
}

#menu a:hover
{
    color: #787878;
}

#text
{
    background: #FFFFFF;
    background-repeat: no-repeat;
    width: 90%;
    height: 75%;
    margin-top: 10px;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #BABABA;
    float: left;
    text-align: center;
    overflow: auto;
}

#text h1
{
    text-align: center;
}