html, body {
  background-color: black;
}

#main {
  width: 1200px;
  margin: 100px auto;
  position: relative;
}

img.presentation {
  width: 100%;
}

#slideshowHolder {
  width: 100%;
}

a#logo {
  width: 406px;
  height: 101px;
  border: 0px;
  display: block;
  position: absolute;
  top: -80px;
  left: 3%;
  text-decoration: none;
}

a#logo img {
  border: 0px;
}

#links {
  width: 250px;
  height: 66px;
  position: absolute;
  bottom: -30px;
  right: 4%;
  background-image: url(images/ikony.png);
  background-repeat: no-repeat;
  padding: 0 0 0 4px;
}

#links a {
  text-decoration: none;
  display: block;
  width: 54px;
  height: 54px;
  float: left;
  margin-top: 8px;
  margin-right: 0px;
  border: 0px solid green;  
}

#links a.wide {
  width: 84px;
  border: 0px solid red;
}
