@charset "UTF-8";

body {
	background-image: none;
}

#header {
	display: none;
}

#wrapper {
	text-align: center;
}

#heading {
	left: 171px;
}

#heading span {
	background-image: url(../images/index.jpg);
}

#heading,
#heading span {
	width: 417px;
	height: 213px;
}

#copy {
	top: 305px;
	width: 760px;
	margin: 0;
	height: 2em;
	font: bold 1.2em "Courier New", Courier, mono;
}

#copy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#copy li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 15px;
}

#copy li a {
	border-bottom-style: none;
	letter-spacing: 0.2em;
}

#copyright, #technical {
    float: none;
	display: inline;
	margin: 0 10px;
}