body {
   	background: #c0210b url("../img/bg/body.jpg") no-repeat; /* Faux Columns or Background Image? */
   	
   	overflow: hidden;
   	text-align: left;
}

#header .wrap, #footer .wrap, #main { width: 920px; }

h1 {
	display: none;
}

#main {
	position: relative;
	text-align: left;
	
	padding-bottom: 100px;
}

#main .wrap {
	margin-top: 170px;
	float: left;
	display: inline;
	
	overflow: visible;
}

h2 {
	background: transparent url(../img/h2_strategods.png) no-repeat 0 0;
	text-indent: -9999em;
	width: 511px;
	height: 33px;
}

#support {
	position: absolute;
	top: 70px;
	left: 800px;
	
	z-index: 10;
}

	#support a {
		display: block;
		padding-left: 20px;
		background-image: url(../img/icons/questionmark_icon.jpg);
		background-repeat: no-repeat;
	}


.column-row {
	margin-left: 30px;
}


#cover {
	position: absolute;
	top: 175px;
	left: 520px;
	
	width: 489px;
	height: 311px;
	
	background: url(../img/cover.png) no-repeat;
}

	#cover img { display: none; }


#affiliates {
	position: absolute;
	bottom: 0px;
	left: 30px;
}

	#affiliates a {
		float: left;
		display: inline;
		
		text-indent: -9999em;
		
		width: 150px;
		height: 80px;
	}
	
	#affiliates .gfo {
		background: url(../img/logos/gfo.png) no-repeat 50% 50%;
		/*height: 30px;
		width: 148px;*/
	}

	#affiliates .jumbo {
		background: url(../img/logos/jumbo.png) no-repeat 50% 50%;
		/*height: 55px;
		width: 55px;*/
		
		width: 120px;
	}
	
	#affiliates .triangle {
		background: url(../img/logos/triangle.png) no-repeat 50% 50%;
		/*height: 79px;
		width: 60px;*/
		
		width: 80px;
	}
	
	#affiliates .ubisoft {
		background: url(../img/logos/ubisoft.png) no-repeat 50% 50%;
		/*height: 42px;
		width: 143px;*/
		width: 200px;
	}

/*	Footer
*/


.page {
	position: relative;
	min-height: 100%;
	
	z-index: 5;
}

* html .page {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -550px;
	clear: both;
	
	z-index: 1;
}

	#footer .hr,
	#footer p {
		display: none;
			
	}
	
	#footer .wrap {
		background: url(../img/bg/footer.png) no-repeat 0 0;
		height: 550px;
		width: 920px;
		margin: 0;
	}
	
	#footer #copyright {
		display: none;
	}

