body {
	width: 100%;
	margin: 0px;
	background: #333;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	color: #CCCCCC;
	text-shadow: 1px 1px 1px #000;
}

body a:hover {
	color: red;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 1em 0;
	margin: 0;
	text-shadow: 1px 1px 1px #000;
}

.game1:hover {
	color: cyan !important;
}
.game2 {
	color: yellow !important;
}

.header {
	width: 900px;
	margin-bottom: -20px;
	display: inline-block;
}

.logo {
	float: left;
	padding: 10px 20px 0px 0px;
}

.menu {
	padding: 50px 0px 0px 10px;
	float: right;
	display: inline-block;
}

.menu a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 22px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 25px;
	text-shadow: 1px 1px 1px #000;
}

.banner {
	width: 100%;
	margin-bottom: 40px;
}

.bannerimage {
	background-color: blue;
	max-width: 2000px;
	height: 250px;
	background-attachment: fixed;
}

.slider {
	background-color: #000;
	text-align: center;
	color: #CCCCCC;
	padding: 20px 0;
	min-width: 650px;
}

.slider a {
	color: #CCCCCC;
	padding: 0px 20px;
	text-decoration: none;
}


.bottombar {
	width: 100%;
	background: #222;
	color: #CCCCCC;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	display: inline-block;
	text-align: center;
	margin-top: 40px;
}

.bottombarcontainter {
	width: 900px;
	color: #CCCCCC;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	display: inline-block;
	margin: 40px 0;
	text-align: left;
}

.about {
	float: left;
	width: 490px;
	border-right: 1px solid #666;
	padding: 20px 20px 20px 0px;
}

.contact {
	float: right;
	width: 360px;
	padding: 20px 0px 20px 20px;
}

.contact img {
	height: 40px;
	padding-right: 20px;
}

.container {
	margin: 0% auto;
	max-width: 900px;
	display: block;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	line-height: 1.5em;
}

.content {
	width: 500px;
	padding-right: 40px;
	float: left;
}

.content a{
	color: #CCCCCC;
}

.sidebar {
	width: 350px;
	float: right;
}

.sidebar img {
	width: 150px;
	padding: 10px;
}