body {
  /*padding-top: 10px;
  padding-bottom: 10px;*/
  background: url(../images/fixed-bg3.jpg) top center no-repeat fixed;
  -webkit-background-size: cover; /* Safari en Chrome */
  -moz-background-size: cover; /*  Old Firefox */
  -o-background-size: cover; /* Opera */
  background-size: cover; /* W3C */
}

#wrapper {
	padding-top: 4%;
	padding-left: 4%;
	margin-top: 2%;
	/*border-radius: 10px;
	box-shadow: 0 0 5px 4px #eee;
	border: 1px rgba(0,0,0,0.1) solid;
	background-color: #fff;
   background-size: 10px; */

}

img {
	/*width: 100%;
	max-height: 100%;*/
	width: auto;
	height: auto;
}