/* CSS Document */

#navigation 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #6b6c5a;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 15px
	body{ margin: 0; padding: 0; }
	}
	
	#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 50;
	text-align: center;
	line-height: 0;
}