
/*@font-face {
  font-family: Graublau Sans Web;
  src: url(GraublauWeb.otf) format("opentype");
}*/
 
@font-face {
  font-family: Gentium;
  src: url(GenBasR.ttf);
  /* font-weight, font-style ==> default to normal */
}
 
@font-face {
  font-family: Gentium;
  src: url(GenBasI.ttf);
  font-style: italic;
}

body {
  font-family: Gentium, Lucida Grande, sans-serif;
	margin:0px;
	padding:0px;
	font-size:11px;
	background:#d5e9ed url(images/bgr_main.jpg) no-repeat center top;
	color:#000000;
  
}
#footer{
	width:100%;
	height:129px;
	background:url(images/bgr_footer.png) no-repeat center bottom;
}
