*
{
	position : relative;
	border : 0px;
	padding : 0px;
	margin : 0px;
}

body
{
	font-family : 'Arial',Sans-Serif;
	background : #8a817f url('images/indexbg.jpg') 764px 448px no-repeat;
	color : #fff;
	font-size : 12px;
}

#header
{
	width : 764px;
	height : 450px;
	background : url('images/index.jpg');
}

#header *
{
	display : none;
}

li
{
	list-style : none;
	position : absolute;
	top : 0;
	left : 0;
}

#menu a
{
	position : absolute;
	display : block;
	width : 100px;
	height : 60px;
	top : -450px !important;
}

#menu #home a:hover
{
	background : url('images/home-hover.jpg');
}

#menu #projects
{
	left : 100px;
}

#menu #projects a:hover
{
	background : url('images/projects-hover.jpg');
}

#menu #contact
{
	left : 200px;
}

#menu #contact a:hover
{
	background : url('images/contact-hover.jpg');
}

#menu li
{
	line-height : 0px;
}

#main a
{
	position : absolute;
	top : -75px;
	left : 636px;
	height : 50px;
	width : 113px;
	display : block;
	
}

#main a:hover
{
	background : url('images/enter-hover.jpg');
}

#footer
{
	width : 760px;
}

#footer #abc, #copy
{
	height : 14px;
	padding : 4px;
}

#footer #abc
{
	text-align : right;
	top : -22px;
}

#footer a
{
	text-decoration : none;
	color : #fff;
	border-bottom : 1px dotted #fff;
}

#footer a:hover
{
	border-bottom : 1px solid #fff;
}

span
{
	display : none;
}

#nix
{
	display:block;
	height :2px;
	width:2px;
	float:left;
	margin-top:-2px;
	overflow:hidden;
}

#nix:hover
{
	width:16px;
	height:16px;
	margin-top : -16px;
}

#pluto
{
	display:none;
}