body{
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial;
    background-color: #000000;
}

a img {
    border: none;
}

#screen {
    width: 260px;
    height: 203px;
    overflow: hidden;
}

#playbutton {
    position: absolute;
    left: 110px;
    top: 70px;
}

#topleft {
    position:absolute;
    width: 196px;
    height: 20px;
    background-color: #000000;
    opacity: 0.6;
}

#topright {
    position:absolute;
    left: 197px;
    width: 63px;
    height: 20px;
    background-color: #000000;
    opacity: 0.6;
}

#showtitle {
    color: #DCDCDC;
    font-size: 11px;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 193px;
    overflow: hidden;
    text-overflow: ellipse;
}

#preview {
    position: absolute;
    top: 0px;
    left: 0px;
}

#intro {
    position:absolute;
    top: 4px;
    left: 205px;
}

#bottom {
    position: absolute;
    width: 260px;
    height: 40px;
    top: 163px;
    z-index: 3;
}

#nowrunning {
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 2px;
    font-size: 8px;
}

#artist {
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 12px;
}

#title {
    color: #DCDCDC;
    position: absolute;
    left: 10px;
    top: 27px;
    font-size: 9px;
}

#putpat {
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: 4;
}