html {
  height: 100%;
  background-color: #000;
}

a {
  outline: 0;
}

div#object {
  position: absolute;
}

a.intro {
  display: block;
  width: 640px;
  height: 480px;
  background-image: url(intro.jpg);
}  

a.intro:hover {
  background-image: url(intro_hover.jpg);
}

div#container {
  width: 515px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}

div.float {
  float: left;
}

a#rasch {
  display: block;
  width: 164px;
  height: 117px;
  background-image: url(../../../images/rasch.png);
  opacity: .70;
  filter: alpha(opacity=70);
}

a#rasch:hover {
  filter: alpha(opacity=99);
	opacity: .99;
}


a#premio {
  display: block;
  width: 164px;
  height: 117px;
  margin-left: 10px;
  background-image: url(../../../images/premio.png);
  opacity: .70;
  filter: alpha(opacity=70);  
}

a#premio:hover {
  filter: alpha(opacity=99);
  opacity: .99;
}

a#meyer {
  display: block;
  width: 164px;
  height: 117px;
  margin-left: 10px;
  background-image: url(../../../images/meyer.png);
  opacity:.70;
  filter:alpha(opacity=70);
}

a#meyer:hover {
  filter: alpha(opacity=99);
  opacity: .99;
}

a#emw {
  display: block;
  width: 164px;
  height: 117px;
  background-image: url(../../../images/emw.png);
  opacity:.70;
  filter:alpha(opacity=70);
}

a#emw:hover {
  filter: alpha(opacity=99);
  opacity: .99;
}

a#baldewein {
  display: block;
  width: 164px;
  height: 117px;
  margin-left: 10px;
  background-image: url(../../../images/baldewein.png);
  opacity:.70;
  filter:alpha(opacity=70);
}

a#baldewein:hover {
  filter: alpha(opacity=99);
  opacity: .99;
}

a#goellner {
  display: block;
  width: 164px;
  height: 117px;
  margin-left: 10px;
  background-image: url(../../../images/goellner.png);
  opacity:.70;
  filter:alpha(opacity=70);
}

a#goellner:hover {
  filter: alpha(opacity=99);
  opacity: .99;
}