html
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;	
}
body
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	
}

#header
{
	padding: 50px 100px;
}

#header img
{
	cursor: crosshair;
}

#zzz
{
	z-index: 100;
	display: none;
	position: fixed;
	left: 250px;
	top: 50px;
}

.lbAction , .leightbox a
{
	text-decoration: none;
	color: #fff;
}

.lbAction:hover, .leightbox a:hover
{
	text-decoration: none;
	color: #f00;
}

.right
{
	float: right;
}

ul
{
	list-style-image:url('../images/monkeybullet.png');
	line-height: 200%;
}

#content
{
	text-align: center;
}

#linkdiv img
{
	border: none;
}

#linkdiv a
{
	position: relative;
}

#projects
{
	left: -90px;
	top: 230px;
}

#things
{
	top: 100px;
}

#people
{
	left: -150px;
	top: 330px;
}

#blog
{
	left: 20px;
	top: 260px;
}

#contact
{
	left: 180px;
	top: 130px;
}

#about
{
	left: 40px;
	top: 360px;
}

#monkeys
{
	cursor: crosshair;
	position:relative;
	top: 180px;
}

#loader
{
	width: 0px;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

.code
{
white-space: pre;
}
