* {margin:0; padding:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body
{
	background-color: #000;
	color: #37A578;
	font-family: Andale Mono, Courier, Courier New, monospace;
	font-size: 100%;
	background-image: url(images/earth.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: fixed;
}

div#text { margin: 0 0 40px 185px; }

h1
{
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0 0 0;
}
h2
{
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0 8px 0;
}
p
{
	font-size: 14px;
	font-weight: normal;
}

ul
{
	list-style-type: none;
	margin: 0 0 15px 0;
}
li
{
	font-size: 14px;
	margin: 0 0 5px 0;
}

a
{
	background-color: #DBB811;
	font-size: 10px;
}

a:link
{
	color: #000;
	text-decoration: none;
	cursor: hand;
}
a:visited
{
	color: #000;
	text-decoration: none;
	cursor: hand;
}
a:hover
{
	color: #F00;
	text-decoration: none;
	cursor: hand;
}
