@charset "utf-8";
/* CSS Document */

body 
{
	background: rgb(17,17,17);
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: white;
}

a:link, a:active, a:hover, a:visited
{
outline:none;
border: none;
}


a img
{
outline:none;
border: none;

margin: 10px 20px;
}


#content
{
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	
	width: 800px;
	margin: 70px auto 50px auto;
	line-height:normal;
}


#middle
{
	position: absolute;
	background: url(images/background.jpg) rgb(0,0,0) no-repeat;
	width: 1039px;
	height: 100%;

	left: 50%;
	margin-left: -519px;
}

#navigation
{
	text-align: center;
	margin: 276px 0px 0px 0px;
}

#navigation a
{
display: inline-block;
outline: none;
}

#navigation a span
{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	line-height: 47px;
	text-indent: -3000px;
}

a#about 	{ width: 105px; }
a#gallery 	{ width: 143px;  }
a#main		{ width: 112px; }
a#links		{ width: 113px;  }

