body {
	background-color: 003366;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/html_background.jpg);
	background-repeat: repeat;
}
#centerarea{
	background-image: url(images/strech.gif);
	background-repeat: repeat-y;
	float: none;
	background-position: center;
	height: 1000px;
	margin-top: 0px;
	}
#lft{
	background-image: url(images/html_lft.jpg);
	float: left;
	background-position: left top;
	width: 245px;
	height: 500px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	visibility: inherit;
	top: 0px;
	background-attachment: fixed;
	}
#rght{
	background-image: url(images/enterpage_04.jpg);
	float: right;
	background-position: right bottom;
	width: 245px;
	height: 500px;
	position: absolute;
	overflow: visible;
	clear: both;
	background-attachment: fixed;
	margin-right: 0px;
	right: 0px;
	margin-bottom: 0px;
	bottom: 0px;
	}
#text{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #336600;
	text-align: left;
	width: 220px;
	margin-top: 20px;
	padding-top: 5px;
	}
