*
{
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
}

body
{
    background: url(images/bk.jpg);
    background-repeat: repeat-x;
    background-color: #8BC2E9;
    color: #000000;
    font-family: Arial;
    width: 100%;
}

#header
{
    background: url(images/HeaderBack.jpg);
    background-repeat: no-repeat;
    height: 100px;
    width: 930px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

#footer
{
    height: 55px;
    clear: both;
    background-image: url(images/footer.jpg);
}

#container
{
    clear: both;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 930px;
}

