
/**	ORIGINAMICS Style
  *	---------------------------------------------- *
  *	@date: Jan 7, 2008
  *	@author: Aaron Buchanana [aaron@lab-media.com]
  *	---------------------------------------------- */
	html, body
	{
		background-color: #848485;
		width		: 100%;
		height		: 100%;
		margin		: 0;
		padding		: 0;
	}
	
	#stage { height: 100%; width: 100%; overflow: hidden; position: relative;}
	#stage[id] {display: table; position: static;}

	#middle {position: absolute; top: 50%;}
	
	/* for explorer only*/
	#middle[id] {display: table-cell; vertical-align: middle; position: static;}

	#inner
	{
		background	: url(../html-images/og_bg_tile2.jpg) repeat-x;
		position 	: relative;
		height		: 640px;
		top 		: -50%
	}
	/* for explorer only */
	optional: #inner[id] {position: static;}
	
	#website
	{
		position 	: relative;
		top			: 20px;
		left		: 0px;
	}
