#wrapper {
    width: 0px;
    text-align: center;
    margin-left: 22px;
}
#countdown_content {
    width: 400px;
    height: 110px;
    padding: 5px;
    background-image: url('images/orange_gradient_120h.png');
    font-family: Arial, Serif; 
    font-size: 1.2em; 
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border: 5px solid red;
    border-top: 4px solid #999999;
    border-right: 4px solid #999999;
    border-bottom: 4px solid #999999;
    border-left: 4px solid #999999;
}
#time_left {
    width: 390px;
    height: 50px;
    padding: 5px;
    font-size: 1.0em; 
    
    
}

