
/***********************************************/
/* DELICA.co.nz 2008		                   */
/* Style Sheet 		                           */
/***********************************************/

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

html, body { 
	height: 100%; 
	width: 100%; 
	margin: 0;
	padding: 0;
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


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

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

#altContent {
	width: 420px;
	margin: 40px auto;
}
