* {
  margin: 0;
  padding: 0;
}

img{
  border: none;
}

body {
  background: #010000 url(../images/bg4.jpg) no-repeat center top;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#top {
  height: 653px;
  position: relative;
  background: url(../images/bg4.jpg) no-repeat center top;
  min-width: 960px;
}

#middle {
  width: 960px;
  margin: 0 auto 0;
  padding-top: 130px;
}

#navigation{
  text-align: right;
  width: 332px;
  line-height: 18px;
}

#bottom {
  height: 90px;
  background: url(../images/bottom.jpg) no-repeat center top;
  min-width: 960px;
}

#bottom img{
  display: block;
  margin: 0 auto;
  border: none;
}

.fisheye {
  text-align: center;
  height: 50px;
  position: relative;
}

a.fisheyeItem {
  text-align: center;
  color: #E9BE00;
  font-weight: bold;
  text-decoration: none;
  width: 40px;
  position: absolute;
  display: block;
  bottom: 0;
  text-shadow: #220606 0 0 5px;
}

.fisheyeItem img {
  border: none;
  margin: 5px auto 0 auto;
  width: 100%;
}

.fisheyeItem span {
  display: none;
  position: center;
}

.fisheyeContainter {
  height: 50px;
  width: 200px;
  left: 500px;
  position: absolute;
}

#fisheye {
  position: absolute;
  width: 100%;
  bottom: 12px;
}