/*
 * horizon
 */
		/* styles for IE 5 Mac */
		#horizon {
			position : absolute;
			top : 10px;
			left : 20px;
		}
	 
		/* following rules are invisible to Mac IE 5 \*/
		#horizon {
		   top : 50%;
		   margin-top : -282px;
		   left : 0px;
		   width : 100%;
		   text-align : center;
		   min-width : 964px; 
		}
		/* end IE 5 hack */		
			
		

/*
 * wrapper
 */
		#wrapper { 	
			position : relative;
			height : 568px;
			width : 964px;
			margin : 0px auto;
			text-align : left;	
			background-color : #fff;
		}
		
		

/*
 *  home
 */
 
 		#home {
			background-color : #fff;
		}