*{
	font-size: 65.2%
	padding: 0;
	margin: 0;
}
body {
    background: #6C7272;
	text-align: center;
	height: 100%
	border: 10px solid #990000;
}

#intro {
	border: 1px solid black;
	position: absolute;
	left: 50%;
	top: 50%;
    width: 800px;
    height: 500px;
    margin-left: -400px; /* half of width */
    margin-top: -250px;  /* half of height */
    background-color: #990000;
}
