@charset "utf-8";
/* CSS Document */

Body {
	background-color:#555;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Page {
	background-color: #FFF;
	width: 992px;
	background-image: url(../images/page-bg.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
}
#Page-bottom {
	width: 992px;
	background-image: url(../images/page-bg_bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	min-height:60px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#content {
	min-height:350px;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 70px;
	font-size: large;
}

#copy {
	font-size: 14px;
	float:left;
	position:fixed;
	bottom:10px;
	right:20px;
}

