html{
	background-color: #000000;
}

body{ 	
	font-family: Courier New, courier, arial, helvetica, sans-serif; 
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #000000;
}

.txttitle{
	display: none;	
}

#site{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -302px;
	width:950px;
	height: 605px;
	overflow: hidden;
	z-index: 1;
}

#title{
	position: absolute;
	margin-top: 27px;
	margin-left: 17px;
}

#subtitle{
	position: absolute;
	margin-top: 405px;
	margin-left: 17px;
}

#subtitle img{
	margin-bottom: 5px;
}

#plezant{
	position: absolute;
	margin-top: 557px;
	margin-left: 738px;
}

#theater_title{
	position: absolute;
	margin-top: 104px;
	margin-left: 17px;
	z-index: 2;
}

#theater_teaser{
	position: absolute;
	margin-top: 115px;
	margin-left: 202px;
	width: 200px;
	background-color: #00ffff;
	color: #000000;
	padding: 10px;
	z-index: 4;
	display: none;
	opacity: 0;
}

#theater{
	position: absolute;
	margin-top: 134px;
	margin-left: 19px;
	width: 441px;
	height: 226px;
	background: url('http://www.plezant.nl/img/home_bg_theater.gif') repeat;
	z-index: 2;
}

#organisatie_title{
	position: absolute;
	margin-top: 104px;
	margin-left: 486px;
	z-index: 2;
}

#organisatie_teaser{
	position: absolute;
	margin-top: 115px;
	margin-left: 678px;
	width: 200px;
	background-color: #A9A9A9;
	color: #000000;
	padding: 10px;
	z-index: 4;
	display: none;
	opacity: 0;
}

#organisatie{
	position: absolute;
	margin-top: 134px;
	margin-left: 488px;
	width: 441px;
	height: 226px;
	background: url('http://www.plezant.nl/img/home_bg_organisatie.gif') repeat;
	z-index: 2;
}

