body {
    background-color: #DDDDDD;
    margin: 0;
    padding: 0;
}

a#logo img {
    background: url("logo2.gif");
    width: 300px;
    height: 121px;
    border: 0px;
    margin: 12px;
    margin-bottom: 0;
    margin-right: 0;
}

a#logo:hover img {
    background: url("logo2-r.gif");
    width: 300px;
    height: 121px;
}

a#logo-c img {
    float: right;
    background: url("logo2-c.gif");
    width: 300px;
    height: 130px;
    border: 0px;
    margin: 12px;
    margin-left: 0;
    margin-bottom: 0;
}

a#logo-c:hover img {
    background: url("logo2-cr.gif");
    width: 300px;
    height: 130px;
}

#right-panel {
    position: absolute;
    left: 336px;
    top: 0px;
    height: 100%;
    background-color: #e9e9e9;
    width: 100%;
    border-left: 12px solid #dddddd;
    border: 0;
}

#left-container {
    height: 100%;
    background-color: #FFFFFF;
    width: 340px;
}

#top-container {
    background-color: #FFFFFF;
    width: 100%;
    height: 170px;
}

