#logo-hotspot {
    display: block;
    width: 180px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
}

body {
    padding: 0;
    margin: 0;
    background: url("/static/themes/default/images/layout/background.gif"); /*#013760*/
    background-position: center 0;
    background-repeat: repeat-y;
    background-color: #bfbfbf;
}

#page-container {
    width: 970px;
    margin: 0 auto;
    position: relative;
}

#content-container {
    background-color: #fff;
}

#footer-panel {
    line-height: 20px;
}

a img {
    text-decoration: none;
}