#bottom {
    margin: auto;
    width: 990px;
    height: 33px;
}

#bottom-left {
    width: 631px;
    height: 33px;
    float: left;
    background: #03BB00 url('/img/bottom-left-bg.gif') repeat-x scroll top left;
}

#bottom-left-left {
    width: 5px;
    height: 33px;
    float: left;
    background: transparent url('/img/bottom-left-left.gif') no-repeat scroll top left;
}

#bottom-left-right {
    width: 5px;
    height: 33px;
    float: right;
    background: transparent url('/img/bottom-left-right.gif') no-repeat scroll top left;
}

#bottom-right {
    width: 359px;
    height: 33px;
    float: right;
    background: #457EC6 url('/img/bottom-right-bg.gif') repeat-x scroll top left;
}


#bottom-right-left {
    width: 5px;
    height: 33px;
    float: left;
    background: transparent url('/img/bottom-right-left.gif') no-repeat scroll top left;
}

.bottom-text {
    float: left;
    color: white;
    padding: 3px;
    font-size: 11px;
}

.bottom-text a:link, .bottom-text a:hover, .bottom-text a:visited, .bottom-text a:active {
    color: white;
    text-decoration: underline;
}




#top-left-coner {
    position: relative;
    top: 0px;
    left: 0px;
    width: 103px;
    height: 97px;
    background: #ECECEC url('/img/top-left-coner.gif') no-repeat top left;
}


A.btn1:link, A.btn1:visited, A.btn1:active, A.btn1:hover {
    display: block;
    width: 108px;
    height: 30px;
    background: url('/img/btn1.png') no-repeat top left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #793409;
    text-decoration: none;
    padding-top: 7px;
    cursor: pointer;
    background-image: expression('none');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/btn1.png', sizingMethod='crop');
}

