
#countdown{
    float: none;
	margin:0;
}

#counter {        
    width: 220px; 
    height: 49px; 
    background: url('/images/timer.png') no-repeat; 
    padding-top: 0px; 
    font-family: Courier;
    font-size: 40px;
    color: #54ff00; 
	text-align: center;    
}

   
#digits {
    padding-top:15px;
}

.jv_digit
{
    float:left;
    width:18px; 
	height:30px;
    background: url('/images/digits.png');
	background-repeat: no-repeat; 
}
