body {
	background: #000010;
	font-size: 12px;
	font-family: verdana,serif;
	color: #eeeeee;
	text-align: center;
	line-height: 150%;
}

#content {
	width: 480px;
	margin: 0 auto;
	text-align: left;
}

* {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link,a:visited,a:active { 
	color: #FF7B00;
	text-decoration: underline;
}
a:hover { 
	color: #FFC152;
	text-decoration: none;
}

ul {
	list-style: square;
}

hr {
	border: 0;
	height: 1px;
	color: #808080;
	background-color: #808080;
}

p {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

#logo {
	margin: 10px;
	text-align: center;
}

#about, .screen {
	padding: 5px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	text-align: left;
}

.screen img { 
	text-align: center;
}

#footer {
	color: #a0a0a0;
	margin-top: 10px;
	text-align: center;
}

