﻿ 
body { 
    color: black;
    background-image: url(../images/blue-bg.jpg);
}
a { color: blue }
a:visited { color: blue }
a:active { color: red }

.rave-box {
     width: 100%;
     height: 553px;
     background: url(../images/side-bg.jpg) repeat-x;
     margin: 30px 0;
     padding: 0;
 }
.main-box {
    width: 536px;
    height: 533px;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.main-box-sides {
    width: 68px;
    height: 553px;
    padding: 0;
    margin: 0;
    float: left;
    display: inline-block;
}
.main-content {
    width: 400px;
    height: 553px;
    overflow-y: scroll;
    background-color: #fff;
    float: left;
    display: inline-block;
    background-image: url(../images/body/body-bg-1.gif);
}
.main-content-front {
    width: 675px; 
    height: 553px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.ravelisten-frame {
    width: 100%;
    background: url("../images/side-bg.jpg") repeat-x;
    height: 552px;
}
.ravelisten-main {
    height: 552px;
    width: 548px;
    margin: 0 auto;
    background: url("../images/listen/rave-listen-player.jpg") no-repeat;
    position: relative;
}
.ravelisten-sound {
    position: absolute;
    top: 182px;
    left: 122px;
}
.ravelisten-sound-title {
    margin: 0 13px;
}
.ravelisten-sound-lyrics {
    margin: 25px 10px;
    width: 160px;
    height: 115px;
    overflow-y: scroll;
}
.ravelisten-sound-lyrics p {
    font-family: Arial;
    color:#0000FF;
    font-size: 10px;
}
.ravelisten-sound-buttons {
    margin: 12px 0 0 7px;
    padding: 0 0 0 0;
    display: block;
    position:relative;
    width: 160px;
    overflow: hidden;
    direction: ltl;
    border-top-right-radius: 0.5em 0.5em;
    border-bottom-right-radius: 1em 0.7em;
    background: #000;
}

.ravelisten-buttons {
    width: 145px;
    height: 80px;
    position: absolute;
    top: 325px;
    left: 316px;
    background: url(../IMAGES/listen/BUTS/but-anime.gif) no-repeat;
}
.ravelisten-buttons a {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 23px;
    position: relative;
    float: right;
    margin-top:5px;
}

#ravelisten-back {
    position: absolute;
    width: 80px;
    height: 30px;
    top: 480px;
    left: 230px;
    display: block;
}