
/**
 * @author			Eddie Leffler
 * @email			ed.leffler@beamland.com
 * @version			1.0
 *
 * @history
 * 09.21.2009		eleffler		+ Initial Version
 */
 
/* CSS IMPORTS
-------------------------------------------------------------- */
@import "meyer-reset.css";


/* BASIC ELEMENTS
-------------------------------------------------------------- */
	html 
	{
		margin-bottom: 1px;
		width: 100%;
		height: 100%;
	}
	
	body 
	{
		font: 62.5% Arial, Verdana, Helvetica, sans-serif;
		width: 100%;
		height: 100%;
		color: #636466;
		/*background: url(../_img/_temp/bg.jpg) left top;*/
		background-color: #000000;
	}
	
	#wrapper
	{
		height: 100%;
		width: 100%;
		min-height: 600px;
		min-width: 1000px;
	}
	
	#flash
	{
		width: 100%;
		height: 100%;
	}