/* CSS Document */

body {
	background-image: url(background.png);
	margin-top: 0px;
	text-align: center;
}

#layout {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 778px;
	height: 732px;
	text-align: center;
}

.template {
	position: absolute;
	z-index: auto;
	top: 0px;
	left: 0px;
	width: 778px;
	height: 732px;
}

