.maincontent {
max-width:100%;
margin:0px auto;
padding:50px 0px;
background-image: linear-gradient(180deg,rgba(255,255,255,.2) 0%,rgba(255,255,255,.25) 100%),url(/imageserver/UserMedia/southcreek/background-pattern.jpg);
background-size:cover;
background-position: bottom; 
  background-repeat: no-repeat;
}

.site_width {
max-width:100%;
width:100%;
}