* { padding: 0; margin: 0; }
html, body { height: 100%; }
div.clearme { clear: both; }

body {
	color: #333;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 0.7em;
	background: #FFF url(repeater.gif) top left repeat-x;
}

h1 {
	display: block;
	height: 152px;
	width: 532px;
	margin-bottom: 16px;
	margin: 0 auto 20px auto;
	text-align: center;
}

p {
	line-height: 1.6em;
	padding: 0 10px;
	text-align: center;
}

a {
	color: #06F;
	text-decoration: none;
	font-size: 1.2em;
}

span.highlight {
	color: #06F;
	font-size: 1.2em;	
}

div#container {
	margin: 0 auto;
	padding-top: 0px;
	width: 400px;
	clear: both;
	position: relative;
	top: -150px;
	position: static;
}

div#spaceship {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -150px;
	float: left;
}

div#content {
	width: 100%;
	float: left;
	padding-top: 35px;
	text-align: center;
}

#twitter {
	margin: 10px auto;
	display: block;
	width: 100%;
}

	#twitter ul li {
		background: url(twitter.png) no-repeat top left;
		list-style: none;
		padding-left: 35px;
		text-align: left !important;
		height: 50px;
	}

/* Hide from IE5mac \*//*/
	div#spaceship { display: none; }
	html, body { height: auto; }
/* end hack */

