body{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	/*background-attachment: scroll;
    background-clip: border-box;
    background-color: #EEEEEE;
  
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;*/
}


