*{
 margin:0;
 padding:0;
 background-repeat:no-repeat;
}

BODY {
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:17px;
	color:#96989A;
	overflow-y: hidden; 
	WIDTH: 100%; 
	HEIGHT: 100%;
}
#background {
	Z-INDEX: 1; 
	WIDTH: 100%; 
	POSITION: absolute; 
	HEIGHT: 100%
}
#scroller {
	Z-INDEX: 2;
	LEFT: 0px;
	OVERFLOW:auto;
	WIDTH: 100%;
	POSITION: absolute;
	TOP: -1px;
	HEIGHT:100%;
	padding:0px;
	margin:0px;
	visibility: visible;
}
#content {
	width:950px;
 	height: 100%;
 	margin-left:auto;
 	margin-right:auto;
}
#fixed {
	 Z-INDEX: 10;  
	 POSITION: absolute;
	 margin-left:0px;
}