body#index{
	background: url(/images/image1.png) no-repeat center center fixed; 
	// background-position-y: 120px;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}