body {
	background: none;
	overflow: inherit;
}

.gamelayout_submit 	{background: -webkit-gradient(linear, 0 0, 0 100%, from(#BF5C5A), to(#993836));
										background: -moz-linear-gradient(top, #BF5C5A, #993836);
										border: solid #712d2b 1px; box-shadow:0 0 4px #712d2b;}

.gamelayout_submit:hover {background: -webkit-gradient(linear, 0 0, 0 100%, from(#993836), to(#BF5C5A));
										background: -moz-linear-gradient(top, #993836, #BF5C5A);
										border: solid #712d2b 1px; box-shadow:0 0 4px #712d2b;}

#gamelayout_body {
	margin: 0;
	background: #ffffff url('https://assets.cdn.gamigo.com/frontend/games/background/background_game_FOUS.jpg ') no-repeat center;
	background-position: center 60px;
}

#gamelayout_gamebox {
	background-image:
		url('https://assets.cdn.gamigo.com/frontend/games/form/background_form_FOUS.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#gallery_background {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.game_text {
	color: rgba(134, 55, 53, 0.9);
	text-shadow: 0px 0px 3px #E5A4A3;
}

#game_text_low {
	color: rgba(191, 92, 90, 0.9);
	list-style-image: url();
}

.valid {
	-webkit-appearance: none;
}

#gamelayout_footer_center {
	width: 100%;
	position: fixed;
	bottom: 10px;
}

@media ( max-height : 820px) {
	#gamelayout_footer_center {
		position: relative;
		bottom: -20px;
	}
}

#gamelayout_footer {
	display: block;
	margin: auto;
}

#gamelayout_footer a {
	color: white;
	margin-right: 5px;
}

@media ( max-width : 481px) {
	#gallery_background {
		display: none;
	}
}

.footerColor {
	color: #000000;
}