Css kod:
.anadiv {
height: auto;
display:inline-block;
max-width:980px;
margin:0 auto;
background-color: #605e5e;
}
.divicerik {
width:33%;
float:left;
height: auto;
background:orange;
margin-left:0.3%;
}
.divust {
width:33%;
float:left;
background:green;
height: auto;
margin-left:0.3%;
text-transform:uppercase;
}