
a {
	outline: none;
}
img {
	border: none;
	margin-right: 17px;
}
html,body {
	background: #333 url(body.png) no-repeat top;
	margin: 0;
	padding: 0;
}
body {
}
#global {
	text-align: center;
	padding-top: 50px;
	display: block;
	width: 670px;
	margin: 0 auto;
}
h1 {
	
	margin: 0;
	padding: 0 0 30px;
	background: transparent url(h1.png) no-repeat top;
	height: 38px;
}
	h1 span,
	p,
	li.catalytic a span {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 175px;
}
	li {
		font-size: 14px;
		padding: 5px 0;
		border-top: 1px dashed #666;
	}
	li:first-child,
	li.catalytic {
		border-top: 0;
	}
	li.catalytic a {
		display: block;
		width: 100px;
		height: 100px;
		background: transparent url(catalytic.png) no-repeat 0 0;
		margin-top: 120px;
	}
	li.catalytic a:hover { background-position: -100px 0; }
li a {
	color: white;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	display: block;
	width: 100px;

}
a:hover {
	color: white;
}