html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #111;
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: crosshair;
	}
	#canvas {
		position:absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		background: #000;
		overflow: hidden;
	}
	#canvas img {
		position: absolute;
		background: ;
		overflow: hidden;
		cursor: pointer;
		left: 100%;
		border-color: #000;
		border-style: solid;
		border-width: 1px;
	}
	#canvas span {
		position: absolute;
		color: #9C9;
		font-family: Georgia, Times, serif;
		font-size: 0px;
		white-space: nowrap;
		left: -1000px;
		background: #010;
		filter: alpha(opacity=90);
		opacity: 0.9;
	}



#bread {
	color: #ccc;
	background-color: #000;
	padding: 3px;
	margin-bottom: 25px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}

#bread ul li a:link{ color: #89b789}
#bread ul li a:hover{ color: gold}
#bread ul li a:visited{ color: #d5d7d4}