@charset "utf-8";

/* HIDDEN ELEMENTS */

	#header,
	#nav,
	#footer				{ display: none; }


/* VISIBLE ELEMENTS *

	


/* RESET LAYOUT */

	body, 
	#wrapper, 
	#content			{ display: block; float: none; clear: none; overflow: visible;
						  position: static; top: auto; right: auto; bottom: auto; left: auto;
						  width: auto; min-width: 0; max-width: none;
						  height: auto; min-height: 0; max-height: none;
						  margin: 0; padding: 0;
						  border: 0;
						  background: transparent; }


/* OTHER STYLES */

	
