html {
	overflow: hidden;
}

body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}

div#intro {
	height: 400px;
	left: 50%;
	margin-left: -275px;
	margin-top: -200px;
	position: absolute;
	top: 50%;
	width: 550px;
}
