body {
	background-color: #033;
}

/* the following sets params for  animated  banner on index */ 

#home-header {
	position: absolute;
	left: 89px;
	top: 53px;
	z-index: 3;
}

/* the following  2 rules apply to links & image on index only */ 

#home-nav {
	position: absolute;
	left: 230px;
	top: 220px;
	visibility: visible;
	z-index: 4;
	list-style-type: none;
	background: transparent;
	height: 138px;
   width:
; 	text-align: right;
}

#img-home {
	position: absolute;
	top: 197px;
	left: 430px;
	z-index: 6;
	visibility: visible;
}

/* this is the id for table holding the  page slices*/ 

#page {
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 5px;
}

