body {
	background: #FCFCFC;
	overflow: inherit;
}

.gamelayout_submit 	{background: -webkit-gradient(linear, 0 0, 0 100%, from(#ea6256), to(#873c43));
										background: -moz-linear-gradient(top, #ea6256, #873c43);
										border: solid #5c3341 1px; box-shadow:0 0 4px #5c3341;}

.gamelayout_submit:hover 	{background: -webkit-gradient(linear, 0 0, 0 100%, from(#873c43), to(#ea6256));
										background: -moz-linear-gradient(top, #873c43, #ea6256);
										border: solid #5c3341 1px; box-shadow:0 0 4px #5c3341;}

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

#gamelayout_gamebox {
	background-image:
		url('https://assets.cdn.gamigo.com/frontend/games/form/background_form_KAL.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: #98bdd6;
	text-shadow: 1px 1px 2px #698ea7;
}

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