	/* IE6 specific support	*/
	/* make sure to include this file AFTER layout.css	*/

	/* these id's are defined in layout.css - only changes to these id's are represented here in order to support IE6	*/
	#wrap {
		/* use GIF instead of PNG - IE has trouble with transparent backgrounds with PNG	*/
		background-image: url("/assets/files/template_files/bg-wrap.gif");
	}

	#booking-device {
		background-image: url("/assets/files/template_files/booking-device.gif");
	}

	#footer {
		background-image: url("/assets/files/template_files/bg-footer.gif");
	}

	#footer-bottom {
		background-image: url("/assets/files/template_files/bottom-footer.gif");
	}