*{
	padding: 0;
	margin: 0;
}

img{
	behavior: url(js/iepngfix_v2/iepngfix.htc);
}

body{
	overflow: hidden;
	font-family: Monaco, monospace, arial, verdana;
	font-size: 9px;
}

#wrapper{
	position: absolute;
	top: 8px;
	left: 8px;
	width: 100%;
}

.layer{
	position: absolute;
}

#nav{
	position: absolute;
	padding: 0 2px;
	z-index: 1;
}

.active{
	color: #fff;
	cursor: crosshair;
	background-color: black; 
}

#prev, #next{
	text-transform: uppercase;
}

.number, .keyword, #prev, #next{
	padding: 0 2px;
}

#container{
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 0;
}

#keywords{
	position: absolute;
	height: 25px;
	width: 100%;
	z-index: 1;
}

#keywords .large{
	font-size: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}