body{

}

#p1{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
 	background-repeat: no-repeat; 
	background-image: url("../images/1.jpg");
}
#p2{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
 	background-repeat: no-repeat; 
	background-image: url("../images/2.jpg");
}
#p3{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
 	background-repeat: no-repeat; 
	background-image: url("../images/3.jpg");
}
#p4{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
 	background-repeat: no-repeat; 
	background-image: url("../images/4.jpg");
}
#p5{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
 	background-repeat: no-repeat; 
	background-image: url("../images/5.jpg");
}
#p6{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
 	background-repeat: no-repeat; 
	background-image: url("../images/6.jpg");
}