/* ---------------------------------------------------
	Screen CSS
	Author:		Derek Balmer
	Modified:	09/03/2010
	HOLD FAST CREATIVE | theholdfast.com
--------------------------------------------------- */

@import url("reset.css");
@import url("master.css"); 
@import url("antiscreen.css") handheld; 
@import url("antiscreen.css") only screen and (max-device-width:480px);

