@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	text-align: center;
	
	/*
	background-image: url(../images/background_min.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	*/
	width: 100%;
}
		
#sizer {
	margin: 0 auto;
	padding: 0;
	width: 994px;
}

#expander {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

/* helps IE get the child percentages right. */
#wrapper { width: 994px; text-align: left;} 
