@charset "utf-8";
/* CSS Document */

#phoenixPubLogo {
	float: left;
	position: relative;
	background-image: url(../../../../assets/images/foreground/phoenixonlinepresents.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 1001px;
	height: 129px;
	margin: 18px auto 0px auto;
	z-index: 50;
}

#gamesMainContentWrapper {
	margin: 0px;
	border: 0px;
	padding: 0px;
	min-width: 1001px;
	background-color: #0c1a21;
	background-image: url(../images/texturebg.jpg);
	background-repeat: no-repeat;	
	background-position: center;
	overflow: visible;
}

#imageCarousel {
	float: left;
	position: absolute;
	background-image: url(../images/mainimage.jpg);
	background-repeat: no-repeat;
	width: 1001px;
	height: 579px;
}

#gamebylineImage {
	float: left;
	position: absolute;
	background-image: url(../images/characterpic.png);
	background-repeat: no-repeat;
	width: 360px;
	height: 444px;
	margin: -100px 0px 0px -70px;
	z-index: 25;
}

.sectiondecorationwrapper {
	float: left;
	clear: both;
	width: 1001px;
	background-repeat: no-repeat;	
	background-position: center;
	overflow: visible;	
}

#sectiondecoration {
	width: 1001px;
	height: 85px;
	background-image: url(../images/sectiondecoration.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto;
	margin-top: 325px;
	overflow: visible;
	z-index: 75;
	
}


.moreinformation .companylogo {
	float: left;
	background-image: url(../images/companylogo.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 95px;
		margin-left: 0px;
	margin-top: -20px;
}