Try to replace this current css
#main-container {
background-image: url(http://www.varrojoanna.com/wp-content/uploads/2016/05/website-bg-pattern-V2.jpg)!important;
background-repeat: repeat;
}
by this one
#main-container {
background-color: #e1e1e1;
}
-Rui