body {margin: 0; background-color: #fff;}
a {color: white; text-decoration: none;}
img {border:0;}

.gamercard{
	position: relative; 
	width: 222px;
	height: 94px;
	color: white;
	background-image:url('cardBackground.jpg');
}

.gamertag {
	position: absolute;
	top: 6px; 
	left: 21px; 
	height: 14px; 
	width: 148px;
	margin: 0;
	text-align: center;
	font: 13px Verdana;
}

.gamertile{
	position: absolute;
	top: 34px;
	left: 112px;
	width: 57px;
	height: 57px;
}

.gamerscore{
	position: absolute;
	top: 54px;
	left: 20px;
	width: 86px;
	height: 11px;
	font: 9px Verdana ;
	text-align: right;
}

.gamerrep{
	position: absolute;
	top: 35px;
	left: 41px;
	width: 66px;
	height: 10px;
	text-align: right;
	background-image: url(repBackground.jpg);
	background-repeat: no-repeat;
}

.gamerzone{
	position: absolute;
	top: 74px;
	left: 20px;
	width: 86px;
	height: 11px;
	font: 9px Verdana ;
	text-align: right;	
}

.recent1{
	position: absolute;
	top: 34px;
	left: 173px;
	width: 21px;
	height: 21px;
}

.recent2{
	position: absolute;
	top: 34px;
	left: 198px;
	width: 21px;
	height: 21px;
}

.recent3{
	position: absolute;
	top: 59px;
	left: 173px;
	width: 21px;
	height: 21px;
}

.recent4{
	position: absolute;
	top: 59px;
	left: 198px;
	width: 21px;
	height: 21px;
}

