/***********************************************/
/* REPUBLIK 2008			                   */
/* Style Sheet 		                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
/*	overflow: hidden;	*/
	margin: 0;
	padding: 0;
}

body { 
	height: 100%; 
	width: 100%; 
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #96959A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Default Grey Links */
a:link {
	color: #939598;
	text-decoration: none;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageContainer {
	min-width: 950px;
	min-height: 570px;
	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, 570)+'px');
}

#altContent {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	background: url(../images/circle.gif) center right no-repeat;
}

