body {
	text-align:center;
	background-color: #eff7fb;
	margin: 0 auto;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_blu.jpg);
	background-repeat: repeat-x;		
}
#wrap {
	min-width:855px;
	max-width:855px;
	width: auto !important; /*IE6 hack*/
	width:855px; /*IE6 hack*/
	margin:0 auto; /*center hack*/	
	text-align:left; /*center hack*/		
}
#header {
	min-height: 88px;
	height: 88px;
	background-image: url(../img/logo_interhockey.jpg);
	background-repeat: no-repeat;	
}
#player {
	float: left;
	min-height: 293px;
	height: 293px;
	width:215px;
	background-image: url(../img/player_out.jpg);
	background-repeat: no-repeat;
}
#goalie {
	float: left;
	min-height: 293px;
	height: 293px;
	width:210px;
	background-image: url(../img/goalie_out.jpg);
	background-repeat: no-repeat;
}
#canadien {
	float: left;
	min-height: 293px;
	height: 293px;
	width:210px;
	background-image: url(../img/canadien_out.jpg);
	background-repeat: no-repeat;
}
#exel {
	float: left;
	min-height: 293px;
	height: 293px;
	width:220px;
	background-image: url(../img/exel_out.jpg);
	background-repeat: no-repeat;
}
#footer {
	float: left;
	min-height: 89px;
	height: 89px;
	width:855px;	
	background-image: url(../img/bottom.jpg);
	background-repeat: no-repeat;	
}