You are wasting space. You can simply combine the two background properties like so. background: url(images/top_bg.gif) repeat-x;#top {
margin-top: 6px;
border: 1px solid #CCCCCC;
width: 746px;
height: 67px;
background-image: url(images/top_bg.gif);
background-repeat: repeat-x;
}
I was copying a CSS style to create another similar one. Pretty exciting, eh?