*
	{
		margin: 0;
	}

html, body
	{
		height: 100%;
		background-color: #000000;
		font-size: 9px;
		color: #4A5970;
		font-family: "Lucida Grande", verdana, sans-serif;
	}
	
h1, p#introduction, span
	{
		display: none;
	}

ul, li
	{
		list-style: none;
		margin: 0;
		padding: 0;
		text-indent: 0;
	}
	
li
	{
		display: block;
		float: left;
	}

a
	{
		border: 0;
		color: #4A5970;
	}

a:hover
	{
		text-decoration: none;
	}

div#navigation
	{
		height: 450px;
		width: 500px;
		margin: 0 auto;
		background-image: url('images/sleep.png');
		background-position: bottom center;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}

li#voukah a
	{
		display: block;
		height: 68px;
		width: 500px;
		background-image: url('images/voukah.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}

div#navigation li#voukah a:hover, div#navigation li#about a:hover
	{
		background-position: 0 100%;
	}
	
li#portfolio a
	{
		display: block;
		height: 66px;
		width: 500px;
		background-image: url('images/portfolio.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}

li#about a
	{
		display: block;
		height: 53px;
		width: 500px;
		background-image: url('images/about.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}

div#navigation p
	{
		text-align: right;
		padding: 432px 100px 0 0;
	}

div#hidden
	{
		min-height: 100%;
		margin: 0 0 -450px 0;
	}
