﻿body, html {
    background: url(images/bg.gif);
    padding: 0;
    margin: 0;
}

#container {
    width: 1000px;
    padding: auto;
    margin: auto;
}

#header {
    width: 1000px;
    font-family: Arial;
    border: none;
    
}

#footer {
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    line-height: 180%;
    background: #8C8C8C;
    border-bottom: 7px solid #939483;
    clear: both;
    font-family: Arial;
}

    #footer .imp {
        font-size: 12pt;
        color: #F3E8BA;
    }

    #gotop {
    display: none;
    position: fixed;
    right: 100px;
    bottom: 30px;
    padding: 21px 8px;
   cursor: pointer;
    font-family: Arial;
}
