html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: arial;
	font-size: 8pt;
	color: #7e5e25;
	background-color: #311a06;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#container {
	width: 100%;
	height: 540px;
	position: relative;
	top: 0px;
	background-image: url('images/back_container_wc.jpg');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#content {

}

a {
	text-decoration: underline;
	color: #c89052;
}

a:hover {
	color: #ffffff;
}

#inner_container {
	width: 1024px;
	height: 460px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 40px;
}

#logo {
	width: 1000px;
	position: relative;
	z-index: 2;
	margin-bottom: -42px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	}
	
#middle {
	height: 442px;
	width: 406px;
	float: left;
	position: relative;
	left: 276px;
	font-family: Bookman Old Style;
	font-size: 10pt;
	color: #ddbd99;
	text-align: left;
	overflow: auto;
}

#middle p{
	padding: 0px 20px 20px 20px;
	margin: 0px;
}
#middle h1 {
	font-family: Bookman Old Style;
	font-size: 20pt;
	padding: 0px;
	margin: 20px 20px 10px 20px;
	font-weight: normal;

}

#bar {
	height: 18px;
	width: 726px;
	float: left;
	text-align: left;
}

.social {
	float: right;
}
.player {
	float: left;
}
.player a {
	color: #ffffff;
	text-decoration: none;
}
.omhoog {
	position: relative;
	top: -4px;
}

#menu {
	height: 460px;
	width: 206px;
	float: right;
	position: relative;
	right: 92px;
	color: #7e5e25;
	font-size: 12pt;
	font-weight: none;
	z-index: 2;
}
#menu a{
	color: #7e5e25;
	text-decoration: none;
	font-weight: none;
}

#menu a:hover{
	color: #bc9653;
	text-decoration: none;
	
}

#menu ul {
	list-style: none;
	margin: 0px;
	margin-top: 25px;
	padding: 0px 10px 0px 40px;
	text-align: left;
	float: left;
}
#menu li {
	padding: 0px 0px 0px 22px;
	background: url('images/menu_li.gif') no-repeat 0px 5px;
	margin: 18px 0px 0px 0px;
}

#footer {
	color: #4a2b0e;
	text-align: center;
	position: relative;
	top: -15px;
	z-index: 2;
}

#footer a{
	color: #4a2b0e;
	text-decoration: none;
}

#footer a:hover{
	color: #5b3410;

}
	.links {
		color: white;
		position: relative;
		top: 3px;

	}
	.links a {
		color: white;
		text-decoration: none;
	}
	.links a:hover {
		color: #bc9653;
	}

