body {
	margin: 0; 
	padding: 0; 
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	}

#horizontal {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#center {
	background-color: #000;
	visibility: visible;
	position: absolute;
	top: -210px;
	left: 50%;
	width: 702px;
	margin-left: -357px; /* half width */
	height: 420px;
	overflow: auto;
}

.content-home {
	white-space: nowrap;
	text-align: center;
	color: #FFFFFF;
	}

	.content-home p {
	text-transform: uppercase;
	margin: 20px 0 20px 0;
	font-size: 12px;
	}
	
	.spacer {
	height: 80px;
	}


a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	