/* CSS Document */

body { 

}

.bodyback0{
	  background: url(/res/pic/gneiss_0.jpg) no-repeat center center fixed;  
	    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: background 1.0s ease-in-out;
}

.bodyback1{
	  background: url(/res/pic/gneiss_1.jpg) no-repeat center center fixed;  
	    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: background 2.0s ease-in-out;
}
.bodyback2{
	  background: url(/res/pic/gneiss_2.jpg) no-repeat center center fixed;  
	    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: background 2.0s ease-in-out;
}
