#calaStrona {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 5px double black;
  background-color: #fff;
}

#logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#logo img {
  width: 290px;
}
#baner  {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#baner img {
  width: 600px;
  border-radius: 10px;
}

#nawigacja {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 20px 10px 20px;
}

#nawigacja li {
  display: inline;
}

a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 15px;
}

a:hover {
  color: #cc3333;
  background-color: #fff;
}

body {
  font-size: 12px;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 2px;
  background-image: url('lego2.png');
  background-repeat: no-repeat
  background-position: center;
  background-attachment: fixed;
}



