* {
  margin: 0px;
  padding: 0px;
}

body {
  background: url(../intro-img/bg.jpg) repeat-x #FFFFFF;
}

#buttons{
  position:relative;	
  background: url(../intro-img/mikrofon.png) no-repeat center;
  width: 952px;
  height: 406px;
  margin: auto;
  margin-top: 97px;
}

#buttons a.stranka{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 315px;
    height: 445px;
    background: url(../intro-img/stranka.png) no-repeat;
    text-indent: -11000px;
	opacity:0.8;filter:alpha(opacity=80);
	overflow:hidden;
}
#buttons a.stranka:hover {opacity:1.0;filter:alpha(opacity=100)}

#buttons a.shop{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 315px;
    height: 445px;
    background: url(../intro-img/shop.png) no-repeat;
    text-indent: -11000px;
	opacity:0.8;filter:alpha(opacity=80);
	overflow:hidden;
}
#buttons a.shop:hover {opacity:1.0;filter:alpha(opacity=100)}

#end {position:relative; width:1100px; height:125px; background:url(../intro-img/koncovka.png) no-repeat top left; margin:auto;}
