@charset "UTF-8";
* {
	margin: 0px;
	left: 0px;
	top: auto;
}
#Body {
	height: 800px;
	width: 800px;
	background-color: #990000;
	margin: auto;
}

