.artist {
    font-weight: bold;
}

.box {
    position: relative;
    font-family: Verdana, sans-serif;
    color: white;
    background: url(/res/pics/box_bg.png) no-repeat 0 0;
    width: 643px;
    height: 278px;
    margin: 0 auto 20px;
    text-align: left;
}

.headline {
    position: absolute;
    font-size: 20px;
    top: -5px;
    left: 25px;
}

.box .headline {
    position: absolute;
    font-size: 18px;
    top: 15px;
    left: 15px;
}

.box .cover {
    position: absolute;
    font-size: 12px;
    line-height: 24px;
    top: 55px;
    left: 15px;
    width: 172px;
}

.box .description {
    position: absolute;
    font-size: 12px;
    line-height: 24px;
    top: 55px;
    left: 210px;
    width: 374px;
}

.box .navi {
    position: relative;
    font-size: 12px;
    width: 374px;
    background: url(/res/pics/dotted_line.gif) repeat-x 0 0;
    top: 10px;
    padding-top: 5px;
}

.box .navi a {
    margin-right: 10px;
    color: white;
    background: url(/res/pics/arrow_white_black.png) no-repeat 0px center;
    padding-left: 14px;
}

.musiccontent {
    position: relative;
    text-align: center;
    width: 100%;
}

.text {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.downloadcontent  .siteheadline {
    position: relative;
}

.downloadcontent .screenshot{
    margin-top: 30px;
}

.downloadcontent .screenshots .sh {
    float: left;
    margin-right: 20px;
}

.downloadcontent .screenshots .sh .label {
    position:relative;
    top: -20px;
    text-align: center;
    font-size: 11px;
}

