BODY
{
    background: url(../images/layout/background2.jpg); 
	background-position: 50% 80%;
	background-repeat: repeat-x;
	background-attachment: fixed; 
   
}
div.streep 
{ 
height: 7px; 
width: 100%; 
display: block; 
background: url(../images/layout/dot.gif) repeat-x; 
}
div.hr 
{ 
height: 7px; 
width: 90%; 
display: block; 
background: url(../images/layout/dot.gif) repeat-x; 
}