/* CSS Document */

body {
	margin: 0px;
	background-color: #ebebeb;
	text-align: center;
}
.wrapper {
	width: 800px;
	height: 760px;
	margin: 10px auto;
	background-position: center;
}
.content {
	position: relative;
	height: 600px;
	width: 800px;
}
