/* Delen verbergen */
#tools, #secondlevel {
	display: none;
}

/* Blokken maken */
/* BREEDTES: 280 [10] 280 [10] 280*/
#wrapper {
	width: 860px;
	margin: 15px auto 0;
}
#welcome {
	height: 120px;
	width: 280px;
	margin-right: 10px;
	background: #AE8117 url(../graphics/home/welcome.jpg) no-repeat;
	float: left;
}
#intro {
	width: 570px;
	height: 120px;
	background: #F5F0DC url(../graphics/home/intro_mid.jpg) repeat-y;
	float: left;
}
#intro .content {
	height: 90px;
}
#random {
	width: 570px;
	/*height: 220px;*/
	margin: 10px 10px 10px 0;
	float: left;
	background: #FFF url(../graphics/home/random_mid.jpg) repeat-y;
}
#headlines {
	/*height: 220px;*/
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background: #EAEAEA url(../graphics/home/headlines_mid.jpg) repeat-y;
}
#headlines .content, #random .content, #intro .content {
	padding: 0 15px;
	/*height: 190px;*/
}
#spotlight {
	width: 425px;
	height: 80px;
	float: left;
	margin-right: 10px;
	background: #F5F0DC url(../graphics/home/spotlight.jpg) no-repeat;
	cursor: pointer;
}
#spotlight .content {
	margin: 15px 50px 10px 170px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
#spotlight .large {
	font-size: 20px;
}
#streamer {
	width: 425px;
	height: 80px;
	float: left;
	background: #625B46 url(../graphics/home/streamer.jpg) no-repeat;
	cursor: pointer;
}

.bodyHeader {
	margin: 0 !important;
}