html, body, h1, h2, h3, p, div, span, ul, ol, li, img {
	border:0;
	margin:0;
	padding:0;
}
html {
	height:100%;

}
body {
	width:100%;
	font-family:arial, candara, Constantia, calibri, cambria, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	text-transform:uppercase;
	height:100%;
	background-color:#333;
	color:#FFF;
}
#about {
	position:relative;
	background:transparent url(/style/bak.png) no-repeat 0 -5px;
	padding:0 10px;
	height:45px;
	margin:0 auto;
	z-index:10;
}
#faster {
	float:right;
	margin-right:12px;
	cursor:pointer;
}
#wrapper {
	position:relative;
	top:-45px;
}
.content {
	height:100%;
	width:4%;
	position:relative;
	margin:0 .5%;
	float:left;
}
.content a {
	background-color:#FFF;
	height:4px;
	width:100%;
	margin:1px 0;
	position:absolute;
	display:block;
}
.content a:hover {
	background-color:#EC008C;
}
.hide {
	display:none;
}
#legend {
	width:100%;
	height:25px;
	position:absolute;
	bottom:0px;
	left:0px;
	padding-top:2px;
	border-top:solid #FFF 2px;
	background-color:#FFF;
	color:#000;
	font-weight:bold;
}
#legend div {
	width:4%;
	margin:0 .5%;
	overflow:visible;
	white-space:nowrap;
	float:left;
}
#legend .even {
	margin-top:1.2em;
}