body{
    background: #fff url(gfx/bodyBg.gif) 50% repeat-y;
  margin: 0;
  padding: 0;
}
#container{
  background: #fff url(gfx/bg.gif) left repeat-y;
  width: 500px;
  padding-top: 50px;
  margin: 0 auto;
}
#logo{
  background: #fff url(gfx/logo.gif) no-repeat;
  width: 600px;
  height: 97px;
  display: block;
}
#ksztaltkiSplash{
  background: #fff url(gfx/ksztaltkiSplash.jpg) no-repeat;
  width: 400px;
  height: 50px;
  padding-top: 150px;
  display: block;
  margin-top: 100px;
  margin-left: 130px;
  text-align: center;
}
#ksztaltkiSplash:hover{
  background-position: -400px 0;
}
#namiotySplash{
  background: #fff url(gfx/namiotySplash.jpg) no-repeat;
  width: 400px;
  height: 50px;
  padding-top: 150px;
  display: block;
  margin-top: 50px;
  margin-left: 130px;
  text-align: center;
}
#namiotySplash:hover{
  background-position: -400px 0;
}

a:link, a:visited, a:active, a:hover{
  color: #be2200;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}