#audioplay {
    position: absolute;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    top: 0px;
    left: 0px;
}
#audioplay .content {
    position: relative;
    width: 710px;
    height: 540px;
    margin: 0 auto;
    top: 105px
}
#audioplay .title {
    float: left;
    margin-top: 10px;
    z-index: 1;
}
#audioplay .legendBox {
    float: left;
    margin-top: 15px;
    margin-bottom: 12px;
    width: 710px;
    height: 54px;
}
#audioplay .legend {
    font-size: 1.7em;
    font-weight: bold;
    height: auto;
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 5px;
}
#audioplay .description {
    float: left;
    font-size: 1.8em;
    line-height: 24px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 710px;
    max-height: 280px;
}
#audioplay .player {
    float: left;
    width: 710px;
    height: 45px;
    margin-top: -30px;
}
#audioplay .control {
    float: left;
    width: 710px;
    height: 60px;
}
#audioplay .audioCredit {
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    font: 1.3em "Verdana", Helvetica, Arial, sans-serif;
    height: auto;
    float: right;
    margin-top: 10px;
    line-height: 12px;
    z-index: 2;
}
#audioplay .imgBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1024px;
    height: 768px;
    z-index: 0;
}
#audioplay .imgBg img {
    width: 1024px;
    height: 768px;
}
#audioplay .imgPlus {
    top: 180px;
    left: 520px;
    z-index: 300;
}
#audioplay .imgPlus img {
    width: 710px;
    height: 170px;
    z-index: 300;
    border: 6px solid #FFF;
    background-color: #fff;
}
#audioplay .imageCredit {
    bottom: 74px;
}
#audioplay .plusCredit {
    bottom: 360px;
    max-width: 300px;
    padding: 5px;
    z-index: 900;
}