html {
}

body {
background: black;
}

#page {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 5%;
	padding-bottom: 60px;
	line-height: 16px;
	letter-spacing: -0.5px;
	font-family: arial, sans-serif;
	font-size: x-small;
	color: lightgray;
}

hr {
height: 1px;
border: none;
color: white;
}

.superlink a {
clear: both;
float: left;
height: 15px;
background: transparent;
font-family: Arial, Sans-serif;
font-size: x-small;
text-decoration: none;
color: white;
}

#header {
	float: left;
	height: 34px;
	width: 100%;
	margin-bottom: 40px;
	background-color: transparent;
	background-image: url(images/heading.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.superlink a:visited {
color: white;
background: transparent;

}



.superlink a:hover {
background: white;
color: black;

}

p {
padding-left: 30px;
margin-left: 400px;
}

img {
border: 1px solid #333333;
margin-top: 70px;
}

.nostyles {
border: none;
margin: none;
padding: none;
}

#description {
float: left;
margin-top: 10px;
}

.label {
color: white;
font-weight: bold;
padding-right: 5px;
width: 50px;
margin-right: 10px;
float: left;
}

.infoline {
clear: both;
float: left;
margin-top: 0px;
}
