/***********************************************/
/* PREVAIL.co.nz 2008		                   */
/* Style Sheet 		                           */
/***********************************************/
/* Developer: Tim Keir						   */
/* http://www.timkeir.co.nz					   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body { 
	height: 100%; 
	width: 100%; 
	margin: 0;
	padding: 0;
	background: #90acb3 url(../images/bg-tile-red3.gif) top left repeat;
	color:#0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#flashContainer {
	min-width: 985px;
	min-height: 650px;
	width: 100%;
	height: 100%;
	/* IE6 width  */
	width: expression(Math.max((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 0, 985)+'px');
	height: expression(Math.max((document.documentElement ? document.documentElement.clientHeight : document.body.clientHeight) - 0, 650)+'px');
}

#altContent {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 15px;
	font-size: 13px;
}

/***********************************************/
/* Classes              			           */
/***********************************************/


