* {
	margin: 0;
	padding: 0;
	border: 0;
	font: 9px/12px verdana, arial, sans-serif;
	color: #999;
}
html {
	background: #232323 url("../i/bg.jpg") no-repeat fixed top center;
}

body {
	text-align: center;
	background-color: transparent;
}
h1 {
	font: bold 12px/14px verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background: #000;
}
div.display {
	display: inline;
	background: #080808;
}

a {
	color: #999;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #fff;
}
img {
	border: 0;
}
ul li {
	margin: 0 0 1em 0;
}



div#container {
	width: 900px;
	margin: 20px auto auto auto;
	text-align: left;
}
div#container.short {
	margin: 0px auto auto auto;
}
div.imgholder {
	width: 900px;
	height: 667px;
}

h1#splash {
	width: 900px;
	height: 33px;
	background: url("../i/title.jpg");
}
div#footer {
	width: 900px;
	height: 25px;
}
div#footer div.display {
	float: left;
}
div#footer div.contact {
	float: right;
}



div.bordered {
	border: 1px solid #000;
}

div.hide {
	visibility: hidden;
	position: fixed;
	top: -2000px;
	left: -2000px;
	height: 0px;
	overflow: hidden;
}

