@charset "utf-8";
/* CSS Document */

body {
	background-color: #300;
	background-repeat: repeat;
	color: #D6D6D6;
}

#Center2 {
	position:relative;
	top:30px;
	width:700px;
	height:700px;
	z-index:3;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	border: solid;
	border-width: thick;
	border-color: #000;
}

