body {
	background: url(intro_bg.jpg) no-repeat top center;
	background-color: #000;
	text-align: center;
	color: #515151;
	font: 12px/24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 5px;
	word-spacing: 2px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#intro {
	height: 100%;
	width: 900px;
	display: inline-table;
}
div#intro_text {
	background: url(logo.png) no-repeat top center;
	width: 583;
	position: absolute;
	padding-top: 170;
	top: 50%;
}