a {
	text-decoration: none;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
}

body {
	width: 860px;
	margin: 0px auto;
	font-family: Geneva, Arial;
	color: #333333;
}

.header {
	width: 860px;
	height: 190px;
	float: left;
	margin-top: 20px;
}

.header .left {
	float: left;
	width: 200px;
	height: 190px;
}

.header .right {
	width: 400px;
	float: left;
	margin-left: 30px;
	padding-top: 90px;
}

.header .right h1 {
	padding: 0px;
	margin: 0px;
	font-size: 40px;
}

.header .right h2 {
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
}

.container {
	float: left;
	width: 730px;
	margin-left: 120px;
}

.menu_top {
	width: 750px;
	height: 35px;
	float: left;
	background-image: url('/images/menu_top.jpg');
	background-repeat: no-repeat;
	text-align: center;
	font-size: 20px;
	padding-top: 9px;
}

.menu_top a {
	color: white;
}

.menu_top a:hover {
	color: #FF6600;
}

.menu_bottom {
	float: left;
	width: 750px;
	height: 147px;
	background-image: url('/images/menu_bottom.jpg');
	background-repeat: no-repeat;
	margin-top: 5px;
}

.menu_bottom a {
	color: white;
	font-size: 12px;
}

.nieuwste_games {
	width: 275px;
	height: 85px;
	float: left;
	background-image: url('/images/nieuwste.jpg');
	margin-top: 14px;
	margin-left: 14px;
	padding-top: 35px;
	padding-left: 14px;
}

.populairste_games {
	float: right;
	width: 272px;
	height: 85px;
	background-image: url('/images/populairste.jpg');
	margin-top: 14px;
	margin-right: 14px;
	padding-top: 35px;
	padding-left: 17px;
}

.main {
	width: 705px;
	float: left;
	background-image: url('/images/main.jpg');
	background-repeat: repeat-x;
	margin-left: 12px;
	margin-top: 5px;
	padding-left: 20px;
}

.main h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.categorie {
	width: 112px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.categorie a {
	font-size: 10px;
}

.categorie .header {
	width: 113px;
	height: 18px;
	background-image: url(../images/menu_header.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}

.categorie .center {
	float: left;
	width: 108px;
	background-image: url(../images/menu_center.jpg);
	background-repeat: repeat-y;
	padding-left: 5px;
}

.categorie .center a {
	float: left;
	width: 100px;
	color: #333333;
	text-decoration: none;
}

.categorie .center a:hover {
	text-decoration: underline;
}

.categorie .footer {
	width: 113px;
	height: 21px;
	background-image: url(../images/menu_footer.jpg);
	background-repeat: no-repeat;
	float: left;
}

.body_footer {
	width: 860px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
