.background {
    background: #4C4C4C url(../images/bg_body.jpg) repeat-x;

}

.header {
    background: #E41300 url(../images/bg_corner_bottom.gif) no-repeat bottom left;
    z-index: 50;
}

.container {
    background-color: #FFF;
    padding: 0 14px 0 14px;
    padding-top: .1px;
    width: 961px;
    margin: 0 auto;
    color: #333;
    font-size: 11px;
    height: 100%;
}

.bottom {
    position: fixed;
    bottom: 0;
    height: 20%;
    margin-top: 40px;
    margin-right: 25%;
    float: right;

}

.userGuideLink a:link {
    color: white;
    text-decoration: none;
    font-weight: normal;
    text-align: right;
    text-decoration: underline;
}

.userGuideLink a:visited {
    color: black;
    text-decoration: none;
    font-weight: normal;
    text-decoration: underline;
}

.userGuideLink a:hover {
    color: black;
    text-decoration: underline;
    font-weight: normal;
    text-decoration: underline;
}

.userGuideLink a:active {
    color: black;
    text-decoration: none;
    font-weight: normal;
    text-decoration: underline;
}

.right {
    display:block;
    float: right;
    right: 0px;
    width: 10%;
    padding: 10px;
}

.right1 {

}

#logo {
    display: inline;
    margin: 14px 0 19px 39px;
}

h1.plainAnchor {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}
