#wrap {
width:750px;
margin:0px ;
    padding: 75px 0 35px 0;
	margin-right: auto;
       margin-left: auto;
}

div#headerArea{
	position: fixed;
	top: 0px;
	margin-right: auto;
       margin-left: auto;
       height: 75px;
	background-color: #ffffff;
	color: #787878;
	font-size: 24pt;
	z-index: 20;
}

div#contentsArea {
	margin-right: auto;
       margin-left: auto;
       padding: 75px 0 32px 0;
       width:720px;
       height:100%;
	font-size: 24pt;
}


.clear {
      clear:both;
}

div#footerArea{
      position: fixed;
      clear:both;
      bottom: 0px;
      margin-right: auto;
      margin-left: auto;  
      width:750px;   
      height: 30px;  
      background-color : #ffffff;  
      color : #787878;  
      font-size : 16pt;
      z-index : 19;
      text-align : right;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}