

/* = CSS Example - NO NEED TO COPY ====================================== 

	* { margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif; }
	html, body { font-size: 12px; line-height: 150%; text-align: center; background: #333; }

	#wrapper { width: 800px; margin: 0 auto; background: #fff; text-align: left; padding: 40px;}

	p { margin: 20px 0; }*/	
	
/* = End Example ====================================== */	









/* ========================================================================= */	
/* = Paste the line below into your CSS file =============================== */	

	iframe#popup { width: 600px; height: 350px; overflow: hidden; border: 4px solid #777; position: absolute; top: 50px; left: 50%; margin-left: -300px; z-index: 100; }

/* ========================================================================= */	