body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Lucida Grande', geneva, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	border-top: 8px solid #000;
	}

#spaceship {
	width: 1024px;
	margin-top: 80px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	font-size: 3em;
}
.superscript {
	font-size: x-small;
	vertical-align: top;
}

#module {
	background: transparent;
	width: 1024px;
	text-align: center;
}

#spaceship img {
	float: right;
	margin-top: 30px;
}

#spaceship .text img {
	float: none;
}

#spaceship .text {
	float: left;
	background: transparent;
	width: 560px;
	margin-top: -260px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 5px 0;
	text-align: center;

}

#spaceship .text.cj {
	margin-top: -280px;
}

#spaceship .text.cloud {
	margin-top: -350px;
}

#spaceship .text.contact {
	margin-top: -350px;
}

img.nudge {
	padding-top: 10px;
}

p {
	margin: 0 0 15px 0;
	font-size: 22px;
	line-height: 26px;
	}
	
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid;
	}

