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

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	line-height: 2;
	color: #000;
	background: #C9DFD2;
}
a {
	color: #CC0000;
}
img {
	border: none;
	margin:50px 0 20px 0;
}
#wrapper {
	position: absolute;
	width: 700px;
	height: 500px;
	background: #DADBC5;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -350px;
	text-align:center;
	padding:25px
}
