
.rate { 
	position: relative; 
}
.rate DIV { 
	position: absolute; 
	margin:0 20%;
}

.col1 p, .col2 p, .col3 p{
	text-align:center;
	font-family: Curlz_MT; 
	font-size: 2.2em;
	padding:16% 0;
	}
.col1 { 
	color:red; 
	width:20%; 
	height:200px; 
	background: url(images/stat2.png) no-repeat;
	background-position: center center;
	background-size: contain;
    -moz-background-size: contain;}	
.col2 {
	color:white;
	margin:35% 0;
	background: url(images/stat.png) no-repeat;
	background-position: center center;
	background-size: contain;
    -moz-background-size: contain; 
	left: 20%; 
	right: 20%;
	width: 20%; 
	height:200px;
	}
.col3 {
	color:red; 
	width: 20%; 
	height:200px; 
	right: 0; 
	background: url(images/stat2.png) no-repeat;
	background-position: center center;
	background-size: contain;
    -moz-background-size: contain;
	}

.statnames { 
	position: relative;
	margin: 200px 0 0 0;
	}
.statnames DIV { 
	position: absolute; 
	margin:0 20%;
	text-align:center;
	font-family: Curlz_MT; 
	font-size: 1.4em;
}	
.t1 {
	width: 20%;
	color:grey;	
	}
.t2 {
	left: 20%;
	color:red;
	right: 20%;
	}
.t3 {
	color:grey;
	width: 20%;
	right: 0; 
	}
	
	
