@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, ul, p {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000;
}

#Intro {
	width:550px;
	left: 50%;
	margin-left: -275px;
	position:absolute;
	margin-top:100px;
}