@import url('styles.css');

body {
	background: #880000;
}

#hd {
	position: relative;
	width: 960px;
	height: 180px;
	display: block;
	background: #880000 url("/images/gelukkigpab_banner.jpg") no-repeat scroll center bottom;
}

	#banner {
		position: absolute;
		top: 0;
		left: 28px;
		width: 340px;
		height: 180px;
		border: none;
		text-indent: -9999px;
	}

#ft {
	background: #880000;
}

.boxed_red {
	text-align: center;
	font-weight: bold;
	margin: 5px 30px 0px 0px;
	padding: 5px 10px 5px 10px;
	border: 2px solid #880000;
	background: #e8c6c5;
}

