body {
   margin: 0;
   padding: 0;
   font-family: Arial;
   font-size: 12px;
   color: white;
}
img {
   border: 0;
}

td.left {
   width: 50%;
   height: 100%;
   background-image: url('img/left.png');
   background-color: #0856b7;
   vertical-align: top;
   text-align: center;
}
td.right {
   width: 50%;
   height: 100%;
   background-image: url('img/right.png');
   background-color: #9d0505;
   vertical-align: top;
   text-align: center;
}
img.ikonka {
   margin: 120px 10px 0 10px;
}
.popis {
   font-weight: bold;
   font-size: 15px;
   padding: 20px 0 0 0;
}
.popis2 {
   font-size: 13px;
   padding: 5px 0 0 0;
}