html, body {
	background-size: auto;
    background-position: center center;
    background-image: url("./bruceremo_cantu_small3.png");
    background-repeat: repeat;
    background-attachment: fixed;
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
    html{
        overflow: hidden;
        height: 100%;    
    }
    body{
        overflow: auto;
        height: 100%;
    }
}
#wrap {
background: rgba(255, 255, 255, 0.7);
border-color: #E6E9ED;
} 