html 
body{
    margin: 0px;
    padding: 0px;
    color: white;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif
}
h2{    
    text-transform: uppercase;    
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 95px;
    margin-bottom: 0px;
}
strong{
    text-transform: uppercase;    
    text-align: center;
    font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    line-height: 22px;
}
p{
    text-align: center; 
    margin: 0px;
}
a{
    text-decoration: none;
}
#page{
    width: 1001px;
    height: 667px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
    background: url('../img/pozadi.png') no-repeat;
}
.half{
    width: 50%;
    float: left;
    position: relative;
}
.info{
    position: absolute;
    top: 230px;
    width: 100%;
}
.kontakt{
    color: black!important;
    background: url('../img/kontakt.png') no-repeat;
    width: 216px;
    height: 113px;
    position: absolute;
    top: 310px;
    left: 142px;    
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    padding-top: 6px;
}
.kontakt a{
    color: #008cd3;
}
.kontakt a:hover{
    text-decoration: underline;
}
.blue_button{
    background: url(../img/button_odkaz_web.png) no-repeat;
    background-position: 0px 0px;
    display: block;
    width: 216px;
    height: 40px;
    padding-top: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;  
    line-height: 18px;
    position: absolute;
    top: 445px;
    left: 142px;   
}
.blue_button:hover{
    background-position: 0px -45px;
}
