html, body {
	
	width:				100%;
	
	background-color:	#D5E03C;
	
}

#flash-holder {
	
	width:				100%;
	
	background:			#D5E03C url('../bg.jpg') repeat-x;
}

#flash-content {
	
	width:				1067px;

	margin-left:		auto;
	margin-right:		auto;
}


