@import url("wide.css");

@media screen
{
	/* Float Offer Pods and add margin */
	div#offerPodsWrapper { position: relative; width: 100%; }
	div.offerPod { float: left; margin: 0 14px 20px 0; }
	
	/* Flash wrapper */
	div#flashWrapper { position: relative; margin-bottom: 5px; font-size: 0; }
	
	/* Message display */
	div#messageDisplay { position: relative; overflow: hidden; text-align: center; margin-bottom: 5px; width: 750px; height: 35px; background: url(/images/message-display.png) no-repeat; }
	div#messageDisplay p { font-size: 17px; width: 720px; overflow: hidden; line-height: 17px; margin: 10px 0 0 0; height: 17px; color: #cc0000; font-weight: bold; }
	div#messageDisplay p a { color: #cc0000; text-decoration: none; font-weight: bold; }
		
	/* Image pods */
	div#imagePodsWrapper { position: relative; width: 100%; }
	img.imagePod { position: relative; float: left; margin: 0 14px 20px 0; }
}