I am so curious why this page uses a 10x1 image as repeat-x background. See .intro-frame class div.
http://www.psd2html.com/templates/psd2html/examples/markup/rightbanners/index.htm
<div class="intro-frame">
.intro-frame {
background: url("../images/separator-04.png") repeat-x scroll 0 0 transparent;
border-top: 1px solid #000000;
padding: 1px 0 0;
position: relative;
}
separator-04.png is 10x1 transparent png image. I checked it. I dont't see the purpuse of using such image here. Anyone knows?