/* CSS Document */

#homeContent { 
	background-color: #FFFFFF;
	padding: 10px;
	opacity: 0.79;
	-moz-opacity: 0.79;
	-khtml-opacity: 0.79;
	filter: alpha(opacity=79);
	line-height: 140%;
	
}
#imgHolder { 
	background-image: url(/golf/image/home.jpg);
	background-repeat: no-repeat;
	height: 256px;
	width: 500px;
}
#eventTitle { 
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 110%;
	margin-top: 115px;
	
	
}