html, body {
	height: 100%;
}

body {
	background-color: #000000;
}

img {
	border: 0;
}

#intro {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: auto;
	z-index: 1;
	text-align: center;
}

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