/*containers*/
#main_container {
	width: 100%;
	min-height: 100%;
	_height: 100%;
}
#header_container {
	width: 100%;
	height: 130px;
}
#content_container {
	width: 100%;
	background: url(../images/bg_fade.gif) no-repeat center top;
}
#buttons_container {
	width: 545px;
	height: 25px;
	float: right;
}
#footer_container {
	clear: both;
	width: 100%;
	height: 184px;
	margin-top: -184px;
}
/*content*/
#header {
	width: 760px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/logo.gif) no-repeat 2px;
}
#content {
	width: 700px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	order-right-style: dashed;
	padding: 10px 10px 184px;
}
#footer {
	background-image: url(../images/cards.gif);
	background-repeat: no-repeat;
	background-position: 542px 0;
	width: 760px;
	height: 184px;
	margin-right: auto;
	margin-left: auto;
}
#footer_text {
	font-size: 9px;
	width: 542px;
	float: left;
	position: relative;
	padding-left: 30px;
	top: 120px;
}
#footer_text a:link, #footer_text a:visited {
	color: #000;
	text-decoration: underline;
}
#footer_text a:hover {
	color: #f00;
}
/*headers*/
#header_home {
	width: 545px;
	height: 105px;
	background: url(../images/bg_home.gif) no-repeat;
	float: right;
}
#header_arrangementen {
	width: 545px;
	height: 105px;
	background: url(../images/bg_arr.gif) no-repeat;
	float: right;
}
#header_referenties {
	width: 545px;
	height: 105px;
	background: url(../images/bg_ref.gif) no-repeat;
	float: right;
}
#header_fotos {
	width: 545px;
	height: 105px;
	background: url(../images/bg_fotos.gif) no-repeat;
	float: right;
}
#header_poker {
	width: 545px;
	height: 105px;
	background: url(../images/bg_poker.gif) no-repeat;
	float: right;
}
#header_contact {
	width: 545px;
	height: 105px;
	background: url(../images/bg_contact.gif) no-repeat;
	float: right;
}
#buttons {
	float: left;
}

