* {
	font-family: verdana, arial, sans-serif;
	color: #7f7f7f;
}
body {
	background: #fff url(../img/bg.gif) top repeat-x;
	margin: 0;
	text-align: center;
}
.clr {
	clear: both;
}
#wrapper {
	position: relative;
	width: 948px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#sites {
	/*width: 948px;*/
	width: 800px;
	height: 215px;
	position: absolute;
	top: 80px;
	left: 80px;
}
.spacedivider {
	position: relative;
	float: left;
	width: 158px;
	height: 1px;
}
.site {
	position: relative;
	float: left;
	width: 158px;
	height: 215px;
	font-size: 11px;
	color: #fff;
}
.site a {
	font-size: 11px;
	color: #ffa800;
}
.site img {
	position: absolute;
	top: 30px;
	left: 0;
}
#main {
	width: 517px;
	height: 416px;
	z-index: 2;
	position: absolute;
	top: 175px;
	left: 215px;
}
#main .top {
	width: 517px;
	height: 315px;
	background: url(../img/large_bg.png) no-repeat;
}
#main .top img {
	position: absolute;
	top: 11px;
	left: 12px;
}
#main .bottom {
	width: 517px;
	height: 101px;
	background: url(../img/large_bottom_vuurwerkplanet.jpg) no-repeat;
}
#footer {
	width: 517px;
	height: 30px;
	position: absolute;
	z-index: 3;
	top: 574px;
	left: 215px;
	color: #7f7f7f;
	font-size: 11px;
}
#main .bottom a {
	font-size: 11px;
	color: #ffa800;
}
#main .bottom a.large {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
#main .bottom .content {
	padding-top: 15px;
}
