    html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
    #canvas-wrapper {
        text-align: center;
    }
    #canvas {
        /* text-align is inherited; reset it */
            width:706px;
        height:515px;
        margin-left: auto;
        margin-right: auto;
        padding-top:94px;

    
        background-image:url('/images/background.png');
        background-repeat:no-repeat;
    
        font-family:Arial;
    }
    #filler_left{
    	width:42px;
    	float:left;

    }
    #filler_right{
    	width:54px;
    	float:right;

    }
    #free_counter{
    		width:209px;
    		float:left;
				

    		background-image:url('/images/get_your_free_counter.png');
    		background-repeat:none;
    }
   
    #free_counter_text{
        		font-size:7pt;
    		font-weight:normal;
    	width:145px;
    	margin-top:36px;
    	margin-left:auto;
    	margin-right:auto;
    	margin-bottom:12px;
    	text-align:left;
    }
    #details{

    		width:346px;
    		float:right;

    	font-size:10pt;
    	font-weight:normal;
    	text-align:left;
    }
    #text_spot{
    	 margin-left:auto;
    	 margin-right:auto;
    	 text-align:center;
    }
    H1{
    	margin-top:4px;
    	margin-bottom:2px;
    	padding-top:0px;
    	padding-bottom:0px;
    	font-size:13pt;
    	font-weight:bold;
    }
    #intro{
    	font-size:8pt;
    	font-weight:normal;
    }
    #instructions_small{
    	font-size:10pt;
    	font-weight:bold;
    	color:#ff0808;
    }
    a#instructions{
    	font-size:12pt;
    	font-weight:bold;
    	color:#ff0808;
    }