﻿#frame-bottom
{
    background-image: url(../../images/bottom-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 100px;
    width: 100%;
    margin-top: 10px;
    letter-spacing: normal;
    text-align:center;
    padding-top:20px;
    behavior: url("iepngfix.htc")
;}

#frame-bottom-wrapper
{
    width: 980px;
    margin: 0 auto;
    height: 80px;
    line-height: 30px;
    vertical-align: middle;
    text-align:center;
    position:relative;
    top:5px;}

#frame-bottom-logo
{
    width: 270px;
    height: 70px;
    background-image: url(../../images/bottom-logo.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
    text-align:center;
    margin-left:50px;

    behavior: url("iepngfix.htc")
;}

#frame-bottom-copyright
{
    width: 450px;
    float: left;
    color: #999999;
    font-size:12px;
    position:relative;
    top:-10px;}