html { 
			height:100%; /* fix height to 100% for IE */
			background-color: #1B1B1B;
			max-height: 100%; /* fix height for other browsers */ 
			padding: 0; /*remove padding */
			margin: 0; /* remove margins */
			border: 0; /* remove borders */
		/*	overflow: hidden; /*get rid of scroll bars in IE */
		/*	overflow-y: hidden;
			overflow-x: hidden;
	*/	} 
	
		a {color:#ccc; text-decoration:none;}
		a:hover {color:#fff; text-decoration:underline;}
		
		body { 
			color:#fff;
			background-color: #1B1B1B;
			height: 100%; /* fix height to 100% for IE */
			max-height: 100%; /* fix height for other browsers */ 
			padding: 0; /*remove padding */
			margin:0; /* remove margins */
			border: 0; /* remove borders */
	/*		overflow: hidden; /*get rid of scroll bars in IE */
	/*		overflow-y: hidden;
			overflow-x: hidden;
	*/	}
#wrapper {
	background-color: #000000;
	color: #ff0000;
	width: 100%;
	height: 100%;

}
#footer{
	background-image: URL('images/spacer.jpg');	
	height: 48px;
	position: absolute;
	bottom:1px;
	width: 100%;
}