body {
	background: #000 url('../../images/design/background.jpg') center 0 no-repeat;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

a {
	color: #fff;
}

#all {
	margin: 0 auto;
	width: 980px;
}

#header {
	text-align: left;
	position: relative;
	height: 150px;
}

#languages {
	position: absolute;
	top: 10px;
	right: 40px;
}

#menu {
	position: absolute;
	bottom: 20px;
	right: 20px; 
	text-align: right;
}

.menu {
	display: inline-block;
	padding: 7px 15px 7px 15px;
	margin: 1px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 0 4px #000;
}

.menu:hover {
	margin: 0;
	background: #555;
	border-radius: 6px;
	border: 1px solid #666;
}

#menu-selected {
	margin: 0;
	background: #2a8ec9;
	border-radius: 6px;
	border: 1px solid #57b0de;
}

#main {
	text-align: left;
}

#games {
	overflow: hidden;
}

.game {
	margin: 10px;
	width: 460px;
	height: 270px;
	float: left;
}

.game-image:hover {
	opacity: 0.5;
}

.game-title {
	display: block;
	padding: 10px 0 5px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 
}

.game-description {
	color: #eee;
}

#footer {
	font-size: 12px;
	padding: 50px 200px 50px 200px;
}

#footer-links {
	padding-top: 20px;
	color: #777;
	font-size: 11px;
}

#footer-links a {
	color: #777;
}

/* Pages */
#contact {
	overflow: hidden;
}

#contact-form {
	float: right;
}