@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	background: url(../img/index/bg_page.png) top left repeat-x #f5f5f5;
	height: 100%;
	margin: 0; padding: 0;
	
	text-align: center; /* center for ie5 */
}

#wrapper {
	width: 400px;
	background: url(../img/index/bg_center.png) top left no-repeat #f5f5f5;
	margin: auto;
	height: 100%;
	
	position: relative; /* to make overlapping absolute elements work */
}

#strip {
	width: 200px;
	background: #1a1a1a;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	margin: 0 auto -30px;
}

#footerPusher {
	height: 30px;
	padding-bottom: 5px;
}

#footer {
	text-align: center; /* center for ie5 */
	margin: auto;
	width: 200px;
	
	margin: auto;
	height: 30px;
	background: url(../img/index/strip_copyright.png) left center no-repeat;
}

#sigchi {
	position: absolute;
	top: 30px;
	left: 265px;
	width: 96px;
	height: 98px;
	z-index: 100;
	
	background: url(../img/index/sigchi_banner.png) top left no-repeat;
}

/* ie6 */
* html #sigchi {
	background: url(../img/index/sigchi_banner.gif) top left no-repeat;
}
	
	#sigchi a {
		display: block;
		width: 96px;
		height: 98px;
	}
