@charset "utf-8";
/* CSS Document */

#body { height: 100%;}
#container { 

width: 1280px;
height: 488px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
margin-left: -640px;
/* Half the width of the DIV tag which is 50 pixels */
margin-top: -244px;
/* Half the height of the DIV tag which is also 50 pixels */
}

#counter{
float:right;



