* {
margin: 0px;
padding: 0px;

}

body {

	background-color:#FFFFFF;
	font-family: Georgia, serif;
	font-size:18px;
	margin: 0;
	padding: 0;


}

a {
	color: #ff9933;
	text-decoration: none;
	
}
a img {
	border: none;

}

a:hover {
	text-decoration: none;
	color: #000000;
	
}

#container {
	width: 100%;
	height: 608px;
	position: absolute;
	bottom: 0;
	
}

#circle {
	margin: 0px;
	padding: 10px;
	position: absolute;
	top: 15%;
	left: 65%;
	z-index: 1111;
	
}

#circle a{
	width:147px;
	height:148px;
	display: block;
	overflow:hidden;
	background-image: url('images/circle.gif'); 
	background-repeat: no-repeat;
	text-indent: -9999px;


}


h1.homepage {
	background-image: url('images/nick_homepage.jpg'); 
	background-repeat: no-repeat;
	background-attachment: absolute;
	background-position: bottom center;
	
	overflow:hidden;
	height: 0;
	padding-top: 608px;
}




#menu {
	width: 99%;
	padding: 0px;
	margin: 0px;
	color: #403213;
	text-align: center;
	position: absolute;
	bottom: 0px;
	min-height: 60px;
  	height: 60px;
	
}

html>body #menu {
  height: auto;


}



ul#menu-links {
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;

}
	
#menu-links li {
	list-style-type: none;
	display: inline;
	padding: 0px 9px 0px 9px;
	border-right: solid 1px #ff9933;

	

}
#menu-links a:link, #menu-links a:visited {
	color: #ff9933;
	text-decoration: none;
	
}
	
#menu-links a:hover {
	color: #000;
	text-decoration:none;

	

}



