html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #E9E9E9;
}

img {
    border: 0;
}

#copyrightInfo {
    width: 170px;
    height: 145px;
    position: absolute;
    bottom: 0;
}

#mainContainer {
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
}

#head {
    height: 60px;
    background-color: #A1A1A1;
    border-bottom: 1px solid #6C6C6C;
}

#leftContainer {
    width: 175px;
    background-color: #C3C3C3;
    border-right: 1px solid #494949;
}

#contentContainer {
    padding: 0 10px 10px 10px;
    background-color: #E9E9E9;
    /*background-attachment: fixed;*/
    /*background-position: 175px 60px;*/
    background-repeat: no-repeat;
}

#foot {
    height: 11px;
    border-top: 1px solid #6C6C6C;
    background-color: #A1A1A1;
}

/* HEAD */
#head h1 {
    position: absolute;
    top: -9999px;
}
#head img {
    margin: 5px 10px 5px 5px;
}
#head table {
    width: 100%;
    height: 18px;
    clear: both;
    margin: 0;
    padding: 0 10px;
    background: url('img/layout/menu_bg.gif') repeat-x;
    border-top: 1px solid #6C6C6C;
    border-bottom: 1px solid #6C6C6C;
}
#head table td {
    height: 18px;
    text-align: center;
}
#head table td a {
    color: #383838;
    font-size: 10px;
    font-family: Verdana,Georgia,sans-serif;
    font-weight: bold;
    text-decoration: none;
}
#head table td a:hover {
    color: #66111A;
}

