body {
    margin: -1px;
    padding: 0px;
    border: 0px;
}

div, span {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#full {
    background: url(counter.jpg) transparent scroll no-repeat 0 0;
    height: 328px;
    width: 150px;
    position: relative;
}

#horizontal {
    background: url(counter-horizontal.jpg) transparent scroll no-repeat 0 0;
    height: 126px;
    width: 430px;
    position: relative;
}

#counter {
    color: #bb0000;
    width: 115px;
    padding: 5px;
    font-family: Arial;
    position: relative;
    top: 123px;
    left: 11px;
    text-align: center;
    overflow: hidden;
}

#horizontal #counter {
    top: 62px;
    left: 165px;
}

#counter #counter-inner {
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    padding-right: 10px;
}

#counter #counter-inner span {
/*    position: relative;
    overflow: hidden;
*/
}

#d0, #d1, #d2, #d3, #d4, #d5, #d6, #d7, .comma {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    height: 19px;
    width: 9px;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
}

.comma {
    width: 4px;
}

#noaa {
    position: absolute;
    display: block;
    width: 100px;
    height: 20px;
    top: 195px;
    left: 30px;
}

#horizontal #noaa {
    top: 95px;
    left: 190px;
}

#action {
    position: absolute;
    top: 215px;
    left: 10px;
    width: 135px;
    height: 70px;
    display: block;
}

#horizontal #action {
    top: 10px;
    left: 310px;
}

#greenpeace {
    position: absolute;
    top: 300px;
    width: 135px;
    height: 15px;
    left: 10px;
    display: block;
}

#horizontal #greenpeace {
    top: 85px;
    left: 310px;
}

