.line_up_repeat_x{
	background-image: url(images/line_up_repeat_x.png); background-repeat: repeat-x;
	width: 100%; 
	height: 3px;
	 background-position: center center;
	
}

.line_bottom_repeat_x{
	background-image: url(images/line_down_repeat_x.png); background-repeat: repeat-x;
	width: 100%; 
	height: 4px;
	 background-position: center center;
	
}