html, body {
	margin:0;
	padding:0;
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
}
#body {
	padding:10px;
	padding-bottom:24px;	/* Height of the footer */
}
#body_centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -350px;
  margin-left: -435px;
  width: 870;
  height: 655px;
  text-align: center;
}
#footer p a:hover {
	text-decoration: underline; 
}
TD.menu A.menu_page:hover { text-decoration: underline; }
TD.menu A.menu_page_sub:hover { text-decoration: underline; }
TD.menu {
	padding: 9px 0 8px 0;
	text-align: left;
}
.image    { position: relative; margin-bottom: 20px; float: right; }
.aimage {
display:block; 
top:180px; 
left:600px; 
width:130px; 
position:fixed; 
border:0; 
padding:10px; 
}