html {
	margin:0;

}

body {
	padding:0; 
	margin: 0;
	color: #fff;
	height: 100%;
	background: #000 url(images/stars.gif);
	font: 14px 'PT Sans', sans-serif;
}

h2	{ 
	font-family: 'PT Sans', Arial, serif; font-weight: 400; 
}

img {
	border: none;
}

a {
	color: #feb100;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #00ffff;
}
a:visited {
	color: color: #feb100;
}

#content {
	/*padding-top: 50px;*/
	margin: 0 auto;
	width:600px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align: center;
	/*background: #222222;*/
}


ul, li{
	display: inline;
	padding: 0 10px 0 0;
	margin: 0;
}


#information {
	padding: 15px 0 0;
	text-align: center;
}

#copy {
	font-size: 11px;
}

#footer {
	/*height: 50px;*/
	clear: both;
}