@charset "utf-8";
/* CSS Document */
div#site {
	width:850px;
}
h1#header {
	width:850px;
	background-image:url(../img/header_games_spring.jpg);
	background-position:bottom;
}

div#content {
	background-color:#22201a;
}
div#uitleg {
	height:120px;
	background-color:#333333;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}
div#uitleg h2 {
	color:#FFFFFF;
}
div#uitleg p {
	color:#ffffff;
	font-size:11px;
	margin-top:10px;
}
p#game-footer {
	margin-bottom:30px;
	background-color:#22201a;
	color:#ffffff;
	font-size:9px;
	text-align:right;
	padding-bottom:4px;
	padding-right:10px;
}
p#game-footer a {
	color:#f59fec;

}
p#game-footer a:hover {
	text-decoration:underline;
}












