@charset "utf-8";
html,
body {
	margin:0;
	padding:0;
	height:95%;
	text-align: center;
	background-image:url(MarbleBG.jpg);
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container {
	min-height:100%;
	position:relative;
	max-width:820px;
	background-image: url(BodyBGProject.JPG);
	background-repeat: no-repeat;
}
#header {
	min-height: 244px;
	max-width: 820px;
	position: relative;
	background-position: center;
	margin: 15;
}
#body {
	padding-bottom:40px;
	margin: 15;
	padding: 15;
}
#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:22px;
	background-position: center;
	background-image: url(MarbleBG.jpg);
	right: 0px;
}

