.stage {
	height: 100%;
	width: 100%;
	background-image: url(images/Paper_II_by_tmm_textures.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #99763E;
	text-align: center;
}
body {
	margin: 0px;
}
.content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 750px;
}
