html {
	padding: 0;
	margin: 0;
	border: none;
}

body {
	background: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#container {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin: -39px auto 0 auto;
	padding: 0;
	width: 100%;
	min-width: 1000px;
}

h1 {
	width: 100%;
	padding: 0;
	margin: 0;
}

h1 span {
	display: block;
	background: url(antibiosis.png) no-repeat;
	height: 78px;
}

#antibiosis {
	float: right;
	width: 500px;
	background-position: 14px 0;
}

#isover {
	background-position: -486px 0;
}

.text {
	display: none;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #909090;
}

#about {
	clear: both;
	float: right;
	width: 486px;
	padding-top: 39px;
}

#about p {
	float: left;
	padding: 0;
	margin: 0;
	width: 243px;
}

img {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
	min-width: 1000px;
}