body {
	background: none;
	overflow: inherit;
}

.gamelayout_submit 	{background: -webkit-gradient(linear, 0 0, 0 100%, from(#af1902), to(#7c1407));
										background: -moz-linear-gradient(top, #af1902, #7c1407);
										border: solid #440b03 1px; box-shadow:0 0 4px #440b03;}

.gamelayout_submit:hover 	{background: -webkit-gradient(linear, 0 0, 0 100%, from(#7c1407), to(#af1902));
										background: -moz-linear-gradient(top, #7c1407, #af1902);
										border: solid #440b03 1px; box-shadow:0 0 4px #440b03;}

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

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

#gallery_background {
	background-color: rgba(91, 123, 69, 0.7);
	box-shadow: 0 0 10px rgba(91, 123, 69, 0.7);
}

.game_text {
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 2px #2a3e1c;
}

#game_text_low {
	color: rgba(255, 255, 255, 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;
}