div.head {
		  position: absolute;
		 top:5px;
		 margin-left:150px;
		 width:750px;
		 height:125px;
		 background:#ffffff;
		 text-align: center; font-family:Helvetica; font-size:100%;
		 
		 }
div.body{
		  position: absolute;
		 top:130px;
		 margin-left:150px;
		 width:750px;
		 background:#ddddee;
		 font-family:times;
		 height:725px;
		 }
div.foot{
		 position: absolute;
		 top:855px;
		 margin-left:150px;
		 width:750px;
		 background:#ddddee;
}
div.square{
		 position: absolute;
		 top:5px;
		 margin-left:5px;
		 width:145px;
		 height:125px;
		 background:#ffffff;
}
div.address{
		 position: absolute;
		 top:130;
		 margin-left:5px;
		 width:145px;
		 
		 height:725px;
}

div.bodyb{
		  position: absolute;
		 top:130px;
		 margin-left:150px;
		 width:750px;
		 height:825px;
		 background:#ddddee;
		 font-family:times;
		 
		 }
div.footb{
		 position: absolute;
		 top:955px;
		 margin-left:150px;
		 width:750px;
		 background:#ddddee;
}

p.links{
		font-size:88%}

