body { 
	margin: 8px;
	color: #3f3;
	background-color: black;
	cursor: crosshair;
}
#spotLight {
	position: absolute;
	width: 300px;
	height: 300px;
	background: url(spotLight.gif) black no-repeat;
	z-index: 0;
	top: 20px;
	left: 20px
}

#content {
	font: bold 40px fantasy;
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 100px;
	color: black;
}

#nav {
width: 150px;
margin:0 auto;
list-style:none;
}
#nav li {
float:left;
}
#nav a {
display:block;
text-align:center;
text-decoration:none; 
}

#container {
margin-left:auto;
margin-right:auto;
height: 950px;
width: 950px;
font-family: helvetica;
padding: 10px;
}

#object1 {
background-color:#0066CC;
color: #000000; 
width:200px; 
height:400px; 
margin:10px; 
padding:12px; 
font-family: helvetica;
font-size:48px;
}

h1 {
color: white;
letter-spacing: 10px;
font-size: 56px;
text-align: center;
}

h3 {
color:black; 
font:1.3em Verdana, Helvetica, sans-serif; 
}

p.blocktext {
text-align: center;
}


