body {
	background: none;
	overflow: inherit;
}

.gamelayout_submit 	{background: -webkit-gradient(linear, 0 0, 0 100%, from(#fd9a37), to(#8b5a2a));
										background: -moz-linear-gradient(top, #fd9a37, #8b5a2a);
										border: solid #5e3a15 1px; box-shadow:0 0 4px #5e3a15;}

.gamelayout_submit:hover 	{background: -webkit-gradient(linear, 0 0, 0 100%, from(#8b5a2a), to(#fd9a37));
										background: -moz-linear-gradient(top, #8b5a2a, #fd9a37);
										border: solid #5e3a15 1px; box-shadow:0 0 4px #5e3a15;}

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

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

#gallery_background {
	background-color: rgba(37, 17, 6, 0.5);
	box-shadow: 0 0 10px rgba(37, 17, 6, 0.5);
}

.game_text {
	color: rgba(220, 180, 140, 0.9);
	text-shadow: 0px 0px 2px #a77849;
}

#game_text_low {
	color: rgba(220, 180, 140, 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: #ffffff;
}