body {
	margin: 0;
	padding: 0;
	border:0;
	background: #FFFFFF;
	text-align: center; /* for IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
	text-decoration:none;
}
	
#wrapper {
	width: 900px;
	margin: auto;
	background: #ffffff;
}
	

#cld-logo-box {

	margin-top: 50px; 
	background-image: url(/images/cld_logo_smaller.jpg); 
	background-repeat: no-repeat; 
	background-position: 17px 10px;
	height: 390px; 
	width: 350px; 
	padding-top: 270px; 
	float: left;
	border: 5px #ffffff solid;

}

#mzungu-box {

	margin-top: 50px; 
	background-image: url(/images/mzungu_poster.jpg); 
	background-repeat: no-repeat; 
	background-position: 25px 65px;
	height: 650px; 
	width: 450px; 
	padding-top: 10px; 
	float: left;
	border: 5px #ffffff solid;

}

#posterbg {
	float: left;
	width: 450px;
	height: 480px;
}

#buy-tickets {
	padding-top: 500px;
}

#mzungu-box:hover {
	border: 5px #E19D60 solid;
}

#cld-logo-box:hover {
	border: 5px #E19D60 solid;
}


span {

	font-size: 16px;
	font-weight: bold;

}

a:link, a:active, a:visited {

	color: #3E3E3E;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	
}

a:hover {

	color: #E19D60;
	text-decoration: none;
	font-size: 16px;
	
}

#cld-logo-box p {

	width: 250px;
	margin-left: auto;
	margin-right: auto;

}