html {
	margin:0; 
	padding:0;
	border:0;
	position:absolute; 
	background-color: #524d49;
	width:100%; 
	height:100%;
	overflow:hidden;
}
body { 
	margin:0; 
	padding:0;
	border:0;
	position:absolute; 
	background-color: #524d49;
	width:100%; 
	height:100%;
	overflow:hidden;
}
#header {
position:absolute;
margin:0;
padding:0;
width:100%;
height:35px;
background-color:#000000;
color:#FFCC00;
}
#topbar {
	width: 100%;
	margin: 0px;
	border: 0px;
}
#ybar {
	background-color: #FCDD47;
	height: 30px;
	width: 100%;
}
#bkbar {
	background-color: #000;
	width: 100%;
}
#content {
	background-color: #524d49;
	width: 100%;
	min-width:600px;
}



/* ------------------------ bottom nav bar ------------------------- */
#botbar {
	position:absolute;
	bottom:0px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	width: 100%;
	height: 30px;
}
#about {
	position: absolute;
	margin: 0px;
	padding: 0px;
	float:left;
	width:165px;
	height:30px;
}
#work {
	position: absolute;
	margin: 0px;
	padding: 0px;
	text-align:center;
	left:45%;
	right:55%;
	height:30px;
	width:260px;
	}
#projects {
	margin: 0px;
	padding: 0px;
	float:right;
	width:122px;
	height:30px;
}
#nums {
	top: 0px;
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width:auto;
	}
#nums li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nums a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
	}
#nums a:hover {
	background-position: -30px 0;
	}
#nums a:active, #nums a.on {
	background-position: -30px 0;
	}
#n1 a  {
	width: 30px;
	background:  url("img/nav/num1.gif") top left no-repeat;
	}
#n2 a  {
	width: 30px;
	background:  url("img/nav/num2.gif") top left no-repeat;
	}
#n3 a  {
	width: 30px;
	background:  url("img/nav/num3.gif") top left no-repeat;
	}
#capN a  {
	width: 30px;
	background:  url("img/nav/capN.gif") top left no-repeat;
	}
