#version-number{
    margin-top: -430px;
}

#product-banner{
    height: 440px;
    width: 100%;
    background: url(banner.png) 80px 10px no-repeat;
}

#price-badge{
    position: absolute;
    margin-left: 710px;
    margin-top: 20px;
    width: 91px;
    height: 91px;
    background: url(price_badge.png) top left no-repeat;
}

#get-link{
    position: absolute;
    margin-left: 143px;
    margin-top: 220px;
    background: url(get_combined.png) 0px 0px no-repeat;
    width: 204px;
    height: 55px;
}

#get-link:hover{
    background-position: -204px 0px;
}

/* Desc */

.block{
    clear: both;
    width: 450px;
    padding-left: 20px;
}

.info-title{
    font: bold 16px "Helvetica", "Arial", sans-serif;
}

.info-desc{
    font: 13px "Helvetica", "Arial", sans-serif;
    line-height: 1.5em;
}

.info-image{
    float: left;
    padding-right: 20px;
}

#notification{
    background: #DFDFDF;
    color: #555555;
    padding: 20px 40px 20px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
    font: 13px "Helvetica", "Arial", sans-serif;
    text-shadow: #EEEEEE 0px 1px 0px;
    line-height: 1.5em;
}

.divider{
    height: 1px;
    background: #DDDDDD;
    border-bottom: 1px solid #FEFEFE;
}