Kod
BODY {
background: #FE9701;
color: #000000;
margin: auto;
text-align: center;
}
.logo {
width: 850px;
height: 80px;
margin: auto;
}
.mtl {
width: 850px;
margin: auto;
margin-bottom: 0px;
margin-top: 0px;
height: 10px;
background: transparent url(images/mtl.gif) no-repeat scroll left top;
padding: 0px;
border: 1px solid red;
}
.mtr {
margin: 0 0 0 10px;
height: 10px;
background: transparent url(images/mtr.gif) no-repeat scroll right top;
}
.mtc {
margin: 0 10px 0 0;
height: 10px;
background: transparent url(images/mtc.gif) repeat-x scroll top;
border: 1px solid blue;
}