* {
    margin: 0px;
    padding: 0px;
}

html,body {
    width: 100%;
    height: 100%;
    color: #333;
    background-color: #EEE;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12pt;
}

#header {
    height: 50px;
    padding-left: 70px;
    border-bottom: solid 1px #AAA;
    background: white center center no-repeat url('zrLogo.png');
}

#content {
    width: 600px;
    margin: 150px auto;
    padding: 10px;
    background-color: #DDD;
}

#description {
    width: 50%;
    min-height: 200px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #AAA;
    float: left;
}

#desc-title {
    font-size: 24pt;
    font-weight: 600;
}

#desc-body {
    color: #777;
    text-align: justify;
}

#download {
    padding: 15px 0px;
    margin-left: 320px;
}

#dl-icon {
    height: 128px;
    background: transparent center center no-repeat url('archive.png');
}

#dl-size {
    font-size: 12px;
    text-align: center;
}

#dl-button {
    height: 30px;
    background: transparent center 0px no-repeat url('button.png');
}

#download:hover #dl-button {
    background-position: center -30px;
}

#clear {
    clear: both;
}

#dl {
    opacity: 0%;
    display: none;
}