html, body, h1, h2, h3, h4, p, ul, li, a, img, div, form, label, input{
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}
#main{
    position: relative;
    margin: 70px auto;
    width: 893px;
}
#logo{
    position: absolute;
    top: -50px;
    left: -50px;
}
#logo h1 a{
    display: block;
    width: 151px;
    height: 139px;
    background: url('images/logo.png') no-repeat;
    font-size: 0;
    text-indent: -1000px;
}
div.box{
    float: left;
    width: 280px;
    height: 430px;
    text-align: center;
    overflow: hidden;
}
div.box a.image{
    display: block;
    text-align: center;
}
div.box a.button{
    margin: 0 auto;
    display: block;
    width: 161px;
    height: 23px;
    line-height: 23px;
    text-indent: -1000px;
    background: url('images/more.png') no-repeat;
}
#left{
    width: 280px;
    height: 431px;
    background: url('images/kafel.gif') no-repeat;
}
#left a.image img{
    margin-top: 20px;
    border: 1px solid #CCCCCC;
}
#left h2{
    margin: 10px auto 5px;
    width: 240px;
    color: #000e68;
    font-family: Tahoma;
    font-size: 18pt;
    font-weight: bold;
    text-transform: uppercase;
}



#center{
    background: #282828 url('images/kafel_center.jpg') no-repeat;
    margin-left: 20px;
    width: 284px;
    height: 431px;
}
#center h2 {
    
    text-indent: -1000px;

}
#center h2 a{
    display: block;
    margin: 20px auto 0;
    background: url('images/zero_kamienia_2.png');
    width: 225px;
    height: 85px;
}
#center a.empty-clicker{
    display: block;
    width: 284px;
    height: 195px;
}
#center h3{
    
    text-indent: -1000px;
}
#center h3 a{
    display: block;
    margin: 0 auto 0;
    width: 228px;
    height: 52px;
    background: url('images/zbadaj.png') no-repeat;
}
#center p{
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #94d436;
}


#right{
    width: 287px;
    height: 437px;
    margin-left: 15px;
    background: url('images/kafel_r.gif') no-repeat;
}
#right a.image img{
    margin-top: 15px;
}
#right p{
    font-family: Arial;
    font-size: 9pt;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}
#right p span{
    color: #FF0000;
}
#right img{
    margin-top: 5px;
}


#menu {
    list-style: none;
    clear: both;
    width: 465px;
    margin: 10px auto;
    border-right: 2px solid #000066;
}

#menu a {
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    text-decoration: none;
    color: #000066;
    border-left: 2px solid #000066;
}

#footer{ color: #000066; font-family: Arial, Verdana, Helvetica, sans-serif; clear: both; text-align: center; margin-top: 10px;}
#footer span{text-align: center; font-size: 12px; }
#footer a{
    color: #000066;
    text-decoration: none;
}
#footer ul{
    list-style: none;
    width: 505px;
    margin: 0 auto;
}
#footer ul li{
    float: left;
}



