html, body {
	background-color: #000000;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color: #FF0000;

}
:link img, :visited img {
	border: 0;	/* turns off the border on linked images*/
}
:link {
	color: #00FF00;
}
:active, :visited {
	color: #FFFFFF;
}
#new {
	position: absolute;
	left:50%;
	top: 0px;
	height: 80px;
	width: 80px;
	margin-left:-40px; 
	margin-top:-37px;
}
#nandr {
	position: absolute;
	left: 60px;
	top: 60px;
	height: 80px;
	width: 80px;
	margin-left:-40px; 
	margin-top: -40px;
}
#downloads {
	position: absolute;
	left: 0px;
	top: 50%;
	height: 80px;
	width: 80px;
	margin-left:-37px; 
	margin-top: -47px;
}
#resume {
	position: absolute;
	left: 60px;
	bottom: 60px;
	height: 80px;
	width: 80px;
	margin-left:-40px; 
	margin-bottom: -40px;
}
#about {
	position: absolute;
	left:50%;
	bottom: 0px;
	height: 80px;
	width: 80px;
	margin-left:-37px; 
	margin-bottom: -37px;
}
#links {
	position: absolute;
	right: 60px;
	bottom: 60px;
	height: 80px;
	width: 80px;
	margin-right:-40px; 
	margin-bottom: -40px;
}
#projects {
	position: absolute;
	right: 0px;
	top: 50%;
	height: 80px;
	width: 80px;
	margin-right:-37px; 
	margin-top: -47px;
}
#design {
	position: absolute;
	right: 60px;
	top: 60px;
	height: 80px;
	width: 80px;
	margin-right:-40px; 
	margin-top: -40px;
}
#center {
	position: absolute;
	left:50%;
	top:50%;
	width:309px;
	height:191px;
	margin-left:-155px; 
	margin-top:-95px;
}
#loop{
	position: absolute;
	left:50%;
	top:50%;
	width:400px;
	height:400px;
	margin-left:-200px; 
	margin-top:-200px;
	background-image: url("images/nav/loop.gif");
}
#loop ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.hiddennav{
	display: none;
}
#greeting{
	position:absolute;
	left:50%;
	top:50%;
	width:200px;
	height:100px;
	margin-left:-100px; 
	margin-top:-50px;
}
#content{
	position:absolute;
	left:25%;
	width:50%;
}
#headerimage{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footernav{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
