/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.mybg {
	background: url(../images/pattern2.jpg) center no-repeat fixed;
	background-size: cover;
	position: relative; /*important*/
	z-index: 3; /*important*/
	width: 100%;
	height: 100px;
	padding-bottom:5px;
	margin: 0 auto;
}

	 