html {
  overflow-x: hidden;
}
body {
  font: normal normal normal 1em Tahoma, Verdana, Arial, sans-serif ;
  word-wrap: break-word;
  margin:0;
  padding:0;
  background: #F9FBFF url(../images/watermark.jpg) center center no-repeat;
  background-attachment: fixed;
  height: 100%;
}
#header {
  background-image: url(../images/flag-8.png);
  background-repeat: no-repeat;
  background-color: #FFF;
  height:195px;
}
#header-overlay {
  position: absolute;
  right: 0px;
  height:195px;
  width: 359px;
  background-image: url(../images/flag-right-3.png);
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 1;
}
#Head {
  display: block;
}
#HeadLogo,
#Motto {
  display: block;
  position: relative;
  padding: 15px 170px 0 170px;
  margin: 0 auto 0 auto;
  z-index:99;
}
#HeadLogo {
  width: 615px;
  border: 0;
}
#Motto {
  width: 640px;
  text-align: center;
  padding-top: 5px
}
#HeaderBottom img {
  display: block;
  position: absolute;
  top: 187px;
  border: 0;
  height: 8px;
  width:100%;
  z-index: 99;
}
#mainContainer {
  display:block;
  position:absolute;
  clear:both;
/*  padding-top: 195px;  */
  overflow:hidden;
  text-align: justify;
/*  margin-bottom: 10px;  */
  width: 100%;
  min-height:100%;
}
#bodyContainer {
  padding: 10px 10px 40px 10px;
  margin-bottom: 10px;
}
#footer {
  position:absolute;
  height: 30px;
  width: 100%;
  bottom: 0;
  background: #7B9AE7;
  color: #FFF;
  text-align: center;
  padding: 5px;
}
#certified {
  position: absolute;
  display: block;
  right: 218px;
  top: 158px;
  width: 135px;
  z-index: 100;
}
#certified a {
  display:block;
  background: transparent url(../images/cert200.png) no-repeat left top;
  width: 100px;
  height: 132px;
}
#certified a:hover {
  background-position: right top;
  cursor: pointer;
}
