
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #6e8f98;
	background-repeat: repeat;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
}

#page-frame {
	/* border: 4px solid green; */
	border: none;
	margin: 0;
	padding: 40px 60px 40px 60px;
	/* background: #6e8f98; */
	/* width: 100%;
	height: 100%; */
	/* position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px; */
}

#main-page {
	border: none /* 4px solid purple */;
	margin: 0;
	padding: 20px;
	background: white;
	/* position: relative;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px; */
}

