body {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #EAEAEA;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
}

body, a {
  font: normal 13px/normal 'The Message', Arial, sans-serif;
  color: #4D4D4D;
}

h1 {
  font: normal 24px/normal 'The Message Bold', Arial, sans-serif;
}

h2 {
  font: normal 16px/normal 'The Message DemiBold', Arial, sans-serif;
}

table {
  width: 100%;
  height: 100%;
  background: transparent url("http://ilmoittajapalvelu.hs.fi/images/background.jpg") no-repeat center center;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://ilmoittajapalvelu.hs.fi/images/background.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://ilmoittajapalvelu.hs.fi/images/background.jpg', sizingMethod='scale')";
}

td { 
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

td > div {
  width: 25%;
  margin: 0 auto;
  position: relative;
  padding: 30px;
  z-index: 1;
}

div.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
      -khtml-opacity: 0.75;
        -moz-opacity: 0.75;
             opacity: 0.75;
}

div.eng { margin-top: 30px; }