* { margin: 0; padding: 0; }
html, body { height: 100%; }
body {
	color: #333;
	background: #fff;
	font: 12px/16px "Lucida Grande", Tahoma, Arial, sans-serif;
}
#horizon {
	position: absolute;
	top: 50%; left: 0;
	width: 100%;
	text-align: center; 
}
#wrapper {
	position: relative;
	text-align: center;
	width: 650px;
	height: 380px;
	margin: 0px auto;
	margin-top: -190px;
}
p { margin: 10px; }
a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}
a:hover {
	color: #069;
	border: none;
}
label { font-weight: bold; }
.myspace-link {
	margin-top: 20px;
	font-size: 11px;
}
.myspace-link a {
	color: #555;
	text-decoration: none;
	border: none;
}
.myspace-link a:hover {
	color: #069;
	border-bottom: 1px dotted #069;
}