body{
	margin: 0;
	padding: 10px 0 10px 0;
}
* html body{
	overflow: hidden;
}
A:link {
 text-decoration:none; 
}	
A:visited {
 text-decoration:none; 
}	
A:active {
 text-decoration:none; 
}	
A:hover { 
 color:#ffa477;
 text-decoration:none;
 border:dotted;
 border-width:1px;
 border-color:#ffa477;
} 
div#headerArea {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #DDDDDD;
	filter:alpha(opacity=20);
opacity:0.90;
-moz-opacity:0.90;
	color:#111111;
	background-image: url('*.jpg');
	background-repeat: no-repeat;
}
div#footerArea {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: ;
	filter:alpha(opacity=40);
opacity:0.90;
-moz-opacity:0.90;
	color:#000033;
        background-position: center center;
	background-image: url('foot.jpg');
	background-repeat: no-repeat;
}
* html div#contentsArea{
	height: 100%;
	overflow: auto;
} 
