body {
	background: none;
	overflow: inherit;
}

.gamelayout_submit 	{background: -webkit-gradient(linear, 0 0, 0 100%, from(#a8585b), to(#73282a));
										background: -moz-linear-gradient(top, #a8585b, #73282a);
										border: solid #3d0f10 1px; box-shadow:0 0 4px #3d0f10;}

.gamelayout_submit:hover 	{background: -webkit-gradient(linear, 0 0, 0 100%, from(#73282a), to(#a8585b));
										background: -moz-linear-gradient(top, #73282a, #a8585b);
										border: solid #3d0f10 1px; box-shadow:0 0 4px #3d0f10;}

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

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

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

.game_text {
	color: #dbe1ed;
	text-shadow: 2px 2px 2px #646a7f;
}

#game_text_low {
	color: #dbe1ed;
	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;
}