*{outline:0;}
body {
	background: #000 url(../img/22-01.png) bottom right no-repeat;
	height:100%; 
	width:%100%;
	overflow:hidden;
	font-family: "Lucida Grande","Helvetica",Arial, sans-serif;
	line-height:16px;
	font-size:11px;
	color:#f2f2f2;
}
a, a:link {
	color:#ff560b;
	text-decoration:none;
}
a:hover {
	color:orange;
}
#nav {
	position:absolute;
	bottom:0;left:0;
	width: 322px;
	max-height:20px;
	padding: 2px 0 2px 6px;
	background:#000;

}
#title {
	height:20px;
	width:127px;
	background: url(../img/titlecredit.png) no-repeat;
	float:left;
}
#title:hover {
	background-position:0 -20px ;
}
#date {
	position:absolute;
	right: 88px;
	top:7px;
	color:white;
	font-family: "Helvetica",Arial, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	
}
#controls {
	list-style:none;
	background: url(../img/controls.png) no-repeat;
	width:66px;
	height:20px;
	margin:0;
	padding:0;
	float:right;
}
#controls li a {


	width:19px;
	height:20px;
	display:block;
}
a span {display:none;}
#controls li  {
	float:left;
	margin:0 3px 0 0px;
}
#controls li.hide {
	background: url(../img/halfblack.png);
} 
#controls li.hide  a {
	
	cursor: default;
	visibility: hidden;
}
#prev a:hover {background: url(../img/controls.png) no-repeat 0 -20px;}
#infolink a:hover {background: url(../img/controls.png) no-repeat -22px -20px;}
#next a:hover {background: url(../img/controls.png) no-repeat -44px -20px;}
