@charset "utf-8";
body {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #D3D8E1;
	margin: 0px;
	padding: 0px;
	color: #565655;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	background-color: #D3D8E1;
	height: 550px;
	width: 1000px;
	margin-left: -500px;
	margin-top: -275px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#container {
	height: 500px;
	width: 1000px;
}

