body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image:url("./graphics/bg.jpg");
	background-repeat: repeat-x;
}
.full_area
{
	position:relative;
	top:0px;
	left:0px; 
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

.top_area
{
	position:absolute;
	top:0px;
	left:0px; 
	width: 940px;
}
.text_area
{
	position:absolute;
	top:105px;
	left:0px; 
	width: 940px;
	padding-right:0px;
	padding-left:3px;
	background-color:#ffffff;
}

.footer_css
{
	width:100%;
	height:13px;
	z-index:10;
	background-color:#eeeeee;
	border-bottom: 3px #00AFF0 solid;
	font-size:8pt;
	text-align:center;
	padding-top:5px;
	margin-top:2px;
}
.header_css
{
	position:absolute;
	top:65px;
	left:0px; 
	width:100%;
	height:13px;
	z-index:10;
	background-color:#eeeeee;
	border-top: 3px #00AFF0 solid;
	font-size:8pt;
	text-align:center;
	padding-top:5px;
	margin-top:2px;
}

