#counter {
position: absolute;
width: 700px;
left: 50%;
margin-left: -660px;
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 12px;
color: #000000;
font-weight: normal;
text-align: right;
top: 1080px;
}
#counter span {
background-color: #ffffff;
padding: 0px 3px 0px 3px;
border-left : 1px #FFFFFF solid;
}
mit dem code kannst du den counter verschieben wohin du willst und farben und so ändern.
______________