
/*
	eBitions Dynamic Background Image CSS Generator
	http://www.askopcs.com/
	Image ID  : 4
	Image URL : ../images/header_4.jpg
*/

#brownbar {
  background-image:url(../images/header_4.jpg);
  background-repeat:no-repeat;
  background-position:center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 	
}