.bg {
    background-color: #000000;
    background-image: url(../musicSite/bg_full.jpg);
    background-repeat: no-repeat;
}
.bgRight {
    background-attachment: fixed;
    background-image: url(bg_right.jpg);
    background-repeat: no-repeat;
}
.bgLeft {
    background-attachment: fixed;
    background-image: url(bg_left.jpg);
    background-repeat: no-repeat;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFFFFF;
}
.white {
    color: #FFFFFF;
}
div.bgGrey {
    background-color: #000000;
    
    border: 1px solid #999999;
    width: 394px;
    height: 460px;
}
div.frameContent {
    margin: 5px;
}
div.topMargin5 {
    margin-top: 5px;
}
.margin5 {
    margin: 5px;
}
.footer {
    border: 1px dashed #666666;
    margin: 5px;
    padding: 5px;
    height: 60px;
}
.footerContent {
     font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
    vertical-align: middle;
}
.bodyCopy {
    position:relative;
    width:384;
    z-index:6;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: small;
    overflow:auto;
    height:450;
     }
