/**Begin CSS Style*****************************************/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/

html,
body {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 10pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000; 
	background: #A2ACBB url(../images/bg01.gif) top center repeat-y;
	height: 100%;
	text-align: center;
}

#container {
	position: relative;
	min-height: 100%;
	width: 996px;
	margin: 0 auto;
	text-align: center;
}

* html #container { height: 100%; }


/**End CSS Style*****************************************/

