/**
 *	The Strategic Path
 *  Base Screen Styles
 *	
 *	@author:	Nathan Crowe <http://www.imagin8.com>
 *	@date:		27/06/2007	
 *
 *	Table of Contents:
 *		layout
 *
 */
html,body { height: 100%; }

body {
	background:				#000;
	color:					#fff;
	font-family:			"Lucida Sans", Arial, Verdana, "Lucida Grande", Helvetica, sans-serif;
	font-size:				62.5%; /* 10 pixels = 1em */
	margin:					0;
	padding:				0;
}

/** layout
--------------------------------------- */
#page-wrapper {
	
}

#page-container {
	margin:					0 auto;
	width:					980px;
}

#page-header {
	background-image:		url(../images/bg-header.png);
	height:					55px;
	width:					980px;
}

#flash-content {
	height:					100%;
	width:					100%;
}