/* CSS Document */
html {
	height: 101%;
}
body {
	background-image: url("../../Images/Body-Base.png");
	margin: 0px;
	padding: 0px;
	height: 101%;
}
.Page {
	background-image: url("../../Images/Page-Base.png");
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 101%;
}
.ScreenHead {
	width: 750px;
	display: block;
}
.PrintHead {
	display: none;
}
.Foot {
	display: block;
}
.Content {
	background-image: url("../../Images/Content-Base.png");
	width: 710px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: -71px;
	min-height: 300px;
}