#flashcontent {
	width : 100%;
	height: 100%;
}

html {height: 100%;}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #100f0f;
	font-family: Arial,Helvetica,sans-serif;
}
#wrapper {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	float:left;
	min-width:950px;
	min-height:790px;
}
#content {
	width:100%;
	height:100%;
	float:left;
}
#flashswf {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
}
#wrapper #footer {
	height:auto;
	width:100%;
	display:block;
	float:left;
	position:absolute;
	top:0px;
}
#logoHolder {
	display:block;
	height:55px;
	width:750px;
	margin:0 auto;
}
.pegi18 {
	background:url('../media/pegi.jpg');
	width:36px;
	height:47px;
	margin-left:10px;
	margin-top: 3px;
	float:left;
	cursor:pointer;
}
.pgDVD {
	background:url('../media/pgDVD.jpg');
	width:33px;
	height:46px;
	margin-left:10px;
	margin-top: 4px;
	float:left;
	cursor:pointer;
}
.ubisoft {
	background:url('../media/ubisoft.jpg');
	width:138px;
	height:44px;
	margin-left:10px;
	margin-top: 5px;
	float:left;
	cursor:pointer;
}
.xboxThreeSixty {
	background:url('../media/xboxThreeSixty.jpg');
	width:123px;
	height:30px;
	margin-left:10px;
	margin-top: 12px;
	float:left;
	cursor:pointer;
}
.xboxLive {
	background:url('../media/xboxLive.jpg');
	width:50px;
	height:25px;
	margin-left:10px;
	margin-top: 14px;
	float:left;
	cursor:pointer;
}
.playstation {
	background:url('../media/playStation.jpg');
	width:39px;
	height:39px;
	margin-left:10px;
	margin-top: 7px;
	float:left;
	cursor:pointer;
}
.psThree {
	background:url('../media/ps3.jpg');
	width:108px;
	height:40px;
	margin-left:10px;
	margin-top: 7px;
	float:left;
	cursor:pointer;
}
.psNetwork {
	background:url('../media/psNetwork.jpg');
	width:45px;
	height:33px;
	margin-left:10px;
	margin-top: 10px;
	float:left;
	cursor:pointer;
}
.uPlay {
	background:url('../media/uPlay.jpg');
	width:84px;
	height:50px;
	margin-left:10px;
	margin-top: 2px;
	float:left;
	cursor:pointer;
}
.disclaimer {
	width:750px;
	padding: 0 40px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #63919E;
	margin:10px auto;
}

/* NO FLASH */
#noFlash {
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	background:url('../media/no-flash-background.jpg');
	background-size:100% 100%;

	min-height:610px;
}
#noFlash #centeredContent {
	width:300px;
	height:400px;
	position: absolute;
	left:50%;
	margin-left: -150px;
	top:100px;
	z-index:2;
}
#noFlash #centeredContent #logo {
	width:135px;
	height:90px;
	background: url('../media/insanityLogo.png') no-repeat;
	margin: 0 auto;
}
#noFlash #centeredContent p.notifications {
	font-family: 'TradeGothicLT-Bold', Arial,Helvetica,sans-serif;
	color: #d4e5e6;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 50px;
	text-shadow:1px 1px 2px black;
}
#noFlash #centeredContent a.link {
	font-family: 'TradeGothicLT-Bold', Arial,Helvetica,sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	color:#d4e5e6;
	margin-top:30px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	line-height:20px;
	text-decoration: none;
	text-shadow:1px 1px 2px black;

	cursor: pointer;

	background: url('../media/no-flash-button-bg.png') no-repeat;
	background-size: 100% 100%;
}
#noFlash #centeredContent a.link:visited {
	text-decoration: none;
	color:#d4e5e6;
}
#noFlash #centeredContent a.appStore {
	background:url('../media/appStore.png');
	width:100px;
	height:35px;
	cursor:pointer;
	margin:0px auto;
	display:block;
}
#noFlash #footer {
	width:100%;
	height:50%;
	position: absolute;
	bottom:0px;
	background:url('../media/no-flash-footer-bg.png');
	background-size: 100% 100%;
}
#noFlash #footer #container {
	position: absolute;
	bottom:0;
	width: 100%;
}
#noFlash #footer #container #logoHolder {
	display:block;
	height:55px;
	width:750px;
	margin:0 auto;
}
#noFlash #footer #container #logoHolder .pegi18 {
	background:url('../media/pegi.jpg');
	width:36px;
	height:47px;
	margin-left:10px;
	margin-top: 3px;
	float:left;
	cursor:pointer;
}
#noFlash #footer #container #logoHolder .pgDVD {
	background:url('../media/pgDVD.jpg');
	width:33px;
	height:46px;
	margin-left:10px;
	margin-top: 4px;
	float:left;
	cursor:pointer;
}
#noFlash #footer #container #logoHolder .ubisoft {
	background:url('../media/ubisoft.jpg');
	width:138px;
	height:44px;
	margin-left:10px;
	margin-top: 5px;
	float:left;
	cursor:pointer;
}
#noFlash #footer #container #logoHolder .xboxThreeSixty {
	background:url('../media/xboxThreeSixty.jpg');
	width:123px;
	height:30px;
	margin-left:10px;
	margin-top: 12px;
	float:left;
	cursor:pointer;
}
#noFlash #footer #container #logoHolder .xboxLive {
	background:url('../media/xboxLive.jpg');
	width:50px;
	height:25px;
	margin-left:10px;
	margin-top: 14px;
	float:left;
	cursor:pointer;
}
#noFlash #footer #container #logoHolder .playstation {
	background:url('../media/playStation.jpg');
	width:39px;
	height:39px;
	margin-left:10px;
	margin-top: 7px;
	float:left;
	cursor:pointer;
}
#noFlash #footer #container #logoHolder .psThree {
	background:url('../media/ps3.jpg');
	width:108px;
	height:40px;
	margin-left:10px;
	margin-top: 7px;
	float:left;
	cursor:pointer;
}
#noFlash #footer #container #logoHolder .psNetwork {
	background:url('../media/psNetwork.jpg');
	width:45px;
	height:33px;
	margin-left:10px;
	margin-top: 10px;
	float:left;
	cursor:pointer;
}
#noFlash #footer #container #logoHolder .uPlay {
	background:url('../media/uPlay.jpg');
	width:84px;
	height:50px;
	margin-left:10px;
	margin-top: 2px;
	float:left;
	cursor:pointer;
}
#noFlash #footer #container .disclaimer {
	width:750px;
	padding: 0 40px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #63919E;
	margin:10px auto;
}