body {
    background-color: #79a;
    color: #002;
}
#background {
    border-style: solid;
    border-color: white;
    border-width: 1px;
    background-color: #79a;
    margin: 20px;
    height: 500px;
}
#left_content {
    position: relative;
    float: left;
    padding: 20px;
    width: 360px;
}
#right_content {
    position: relative;
    height: 362px;
    width: 40%;
    overflow: hidden;
    float: right;
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
}
#scrolling-text {
    overflow: auto;
    right: 0px;
    height: 232px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 1px;
}
#logo_div {
    position: relative;
    float: left;
    clear: left;
    padding-top: 0px;
    margin-top: 0px;
    width: 100px;
}
#bottom_nav {
    position: relative;
    float: right;
    padding-top: 10px;
    padding-right: 15px;
    clear: right;
}
#bottom_audio {
    position: relative;
    padding-top: 10px;
    padding-right: 15px;
    float: right;
    clear: right;
    text-align: right;
}
