@charset "UTF-8";
#Container {
	height: 560px;
	width: 100%;
	margin-top: -275px;
	background-color: #95927A;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -50%;
	text-align: center;
}
body {
	padding-top: 0px;
	margin-top: 0px;
}
#ContainerTop {
	height: 5px;
	width: 100%;
	background-image: url(../IMAGES/TileTop.png);
	background-repeat: repeat-x;
}
#ContainerBottom {
	height: 5px;
	width: 100%;
	background-image: url(../IMAGES/TileBottom.png);
}
#ContainerMiddle {
	background-color: #95927A;
	height: 550px;
	width: 100%;
	text-align: center;
}
