#counterwrap{
	float:right;
	position:relative;
	left:-50%;
	}
	
#countercontainer{
	position:relative;
	left:50%;
	}
	
.counterdigit{
	float:left;
	background:url(filmstrip.png) 0px 0px no-repeat;
	width:27px;
	height:52px
	}
	
.counterseperator{
	float:left;
	background:url(comma.png) 0px 35px no-repeat;
	width:8px;
	height:52px
	}
	
#countercopyright{
        margin-top: 50px;
	position:relative;
	left:50%;
	text-align: center;
	font-size: smaller;
	}
