body, html {
  background-color:#000
}
img {
  border:0;
}
#hgbild {
  position:fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  overflow:hidden;
}
#content {
  position:absolute;
  top:60%;
  left:50%;
}
#logo {
  width:80%;
  height:80%;
  max-height:240px;
  max-width:615px;
}
#logoie {
  display:none;
}

* html #logo {
	display:none;
}

* html #logoie {
  display:block;
  height:240px;
  width:536px;
}