i teraz wszystko lata

cos musze zle robić
a czy mozna zmarginesami marginesami?
podaje style
<div class="tytul"><h1> tresc</h1></div>
<div class="boxzawartosc"> tresc </div>
.tytul h1{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFF;
background:url(../img/tytul.jpg);
background-repeat:repeat-x;
height: 25px;
width: auto;
margin-bottom:2px;
padding-left: 30px;
padding-top: 10px;
}
.boxzawartosc {
background:#e4e0c7;
height: auto;
width: auto;
padding-top: 0px;
padding-right: 3px;
padding-bottom: 8px;
padding-left: 3px;
}