body {
  background-color: #1d1d1d;
  background-image: url(img/background.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}
div#main {
  width: 1120px;
  margin: 0 auto;
  min-height: 200px;
}
div.logo {
  width: 153px;  
  height: 42px;
  background-image: url(img/logo.png);
  margin-top: 64px;
  float: left;
}
div.navMenu {
  float: right;
  color: #fff;
  margin-top: 75px;
}
div.navMenu a {
  text-decoration: none;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-left: 45px;
}
div.navMenu a:hover {
  text-decoration: underline;
}
div.logo a{
  width: 153px;  
  height: 42px;
  display: block;
}
div.select_page_1, div.select_page_2, div.select_page_3 {
  width: 340px;  
  height: 474px;
  float: left;
  position: relative;
}

div.select_page_1 {
  background-image: url(img/web_page_1.png);
  background-repeat: no-repeat;
  background-color: #1d1d1d;
}

div.select_page_2 {
  background-image: url(img/web_page_2.png);
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-right: 50px;
}

div.select_page_3 {
  background-image: url(img/web_page_3.png);
  background-repeat: no-repeat;
  background-color: #1d1d1d;
}
div.select_page_1 a.linkBox, div.select_page_2 a.linkBox, div.select_page_3 a.linkBox {
  width: 340px;  
  height: 474px;
  display: block;
}
div.select_page_1 a, div.select_page_2 a, div.select_page_3 a {
  text-decoration: none;
  color: #111;
}
div.selector {
  height: 474px;
}
div.PrzyciskBialy {
  font-family: Arial,sans-serif;
  background-color: #fff;
  border-radius: 32px;
  width: 230px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0;
  bottom: -19px;
  right: 54px;
  position: absolute;  
}
div.PrzyciskInactive {
  font-family: Arial,sans-serif;
  background-color: #451a27;
  color: #454545;
  border-radius: 32px;
  width: 230px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 0;
  bottom: -19px;
  right: 54px;
  position: absolute;
  opacity: 0.9;   
}
div.Przywitanie {
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  width: 220px;
  text-align: center;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 45px;
  opacity: 0;
}
div.Przywitanie span {
  font-weight: 600;
}
div.separator {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #444;
  margin-top: 90px;
}
div.footer {
  margin-top: 50px;
}
div.footer div.snapChat {
  width: 210px;  
  height: 89px;
  display: block;
  background-image: url(img/snap.png);
  background-repeat: no-repeat;
}
div.footer div.ksiazka {
  width: 210px;  
  height: 89px;
  display: block;
  background-image: url(img/ksiazka.png);
  background-repeat: no-repeat;
}
div.footer div.facebook {
  width: 153px;  
  height: 89px;
  display: block;
  background-image: url(img/facebook.png);
  background-repeat: no-repeat;
}
div.footer div.youtube {
  width: 153px;  
  height: 89px;
  display: block;
  background-image: url(img/youtube.png);
  background-repeat: no-repeat;
}
div.footer div.instagram {
  width: 153px;  
  height: 89px;
  display: block;
  background-image: url(img/instagram.png);
  background-repeat: no-repeat;
}
div.footer div.twitch {
  width: 153px;  
  height: 89px;
  display: block;
  background-image: url(img/twitch.png);
  background-repeat: no-repeat;
}
div.footer div.musically {
  width: 153px;  
  height: 89px;
  display: block;
  background-image: url(img/mjuzikli.png);
  background-repeat: no-repeat;
}