html, body { 
	background-color: #000000;
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
}
:link img, :visited img {
	border: 0;	/* turns off the border on linked images*/
}
#nav {
}
#cornerspinner {
	position: absolute;
	left:0px;
	top:0px;
	width:95px;
	height:95px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
#new {
	position: absolute;
	left:50%;
	top: 50px;
	height: 40px;
	width: 40px;
	margin-left:-20px; 
	margin-top:-20px;
}
#nandr {
	position: absolute;
	left: 80px;
	top: 80px;
	height: 40px;
	width: 40px;
	margin-left:-20px; 
	margin-top: -20px;
}
#downloads {
	position: absolute;
	left: 50px;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left:-20px; 
	margin-top: -20px;
}
#resume {
	position: absolute;
	left: 80px;
	bottom: 80px;
	height: 40px;
	width: 40px;
	margin-left:-20px; 
	margin-bottom: -20px;
}
#about {
	position: absolute;
	left:50%;
	bottom: 50px;
	height: 40px;
	width: 40px;
	margin-left:-20px; 
	margin-bottom: -20px;
}
#links {
	position: absolute;
	right: 80px;
	bottom: 80px;
	height: 40px;
	width: 40px;
	margin-right:-20px; 
	margin-bottom: -20px;
}
#projects {
	position: absolute;
	right: 50px;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-right:-20px; 
	margin-top: -20px;
}
#design {
	position: absolute;
	right: 80px;
	top: 80px;
	height: 40px;
	width: 40px;
	margin-right:-20px; 
	margin-top: -20px;
}
#center {
	position: absolute;
	left:50%;
	top:50%;
	width:155px;
	height:95px;
	margin-left:-77px; 
	margin-top:-47px;
}
#loop{
	position: absolute;
	left:50%;
	top:50%;
	width:300px;
	height:300px;
	margin-left:-150px; 
	margin-top:-150px;
	background-image: url("images/navsmall/loop.gif");
	display:none;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
	z-index: 1;
}
#loop ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.hiddennav{
	display: none;
}