@charset "utf-8";
html, body {
	background-color: #969593;
	text-align: center;
	padding : 0;
	margin : 0;
	width:100%;
	height : 100%;
}
#saturs {
	position: relative;
	height: 700px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
	background-color: #282828;
}

