body{
	  
    margin: 0;  
    padding: 150px 0 32px 0;
}  
* html body{
	  
    overflow: hidden;  
}   
div#headerArea{
	position: fixed;
	top: 0px;
	width: 950px;
	margin-right: auto;
       margin-left: auto;
       height: 130px;
	background-color: #ffffff;
	color: #787878;
	font-size: 10pt;
	z-index: 20;
}  
div#footerArea{
    position : fixed; 
    clear:both;  
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;   
    width: 950px; 
    height: 22px;  
    background-color : #ffffff;  
    color : #787878;  
    font-size : 8pt;
    z-index : 19;
    text-align : right;
}  
* html div#contentsArea{
	  
    overflow: auto;
    color: #787878;
    width: 950px
    margin-right: auto;
    margin-left: auto;   
    height : 100%;

}
a:link { color: #787878; }
a:visited { color: #787878; }
a:active { color: #cc8f6a; }
a:hover{color : #cc8f6a; }
