@charset "utf-8";

html { 
    background: url(../../images/bgher.jpg) no-repeat center center fixed #fff; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
	/*background: url(../../images/bgher.jpg) !important;
	background-attachment: fixed!important;*/
	background:none;
}
