body {
	background-color: #000000;
	margin:0px;
	background-image: url(nesscamzik.jpg);
	background-repeat:repeat;
	text-align:center;
	z-index:5;
}
#nesscam {
	position:absolute;
	left:50%;
	width:1000px;
	height:1800px;
	margin-left:-500px;
	background-image: url(nesscam.png);
	background-repeat:repeat-y;
	text-align:center;
	z-index:15;
}
a {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
}

a:visited, a:active  {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
}

a:hover {
	color:#FFCC66;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:underline;
}

