@charset "utf-8";
html {
	width:100%;
	height:100%;
	background:#473C4a;
}
body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	text-align: center;
	background:#473C4a;
}
#content {
	width:984px;
	height:800px;
	outline:none;
}
img {
	margin-top:100px;
	border: none;
}