#div1 {
	width: 100%;
	height: 250px;
	background-color: lightblue;
	position: absolute;
	top: 0px;
	left: 0px;
}

#div2 {
	width: 100%;
	height: 265px;
	background-color: blue;
	position: absolute;
	top: 250px;
	left: 0px;
}
#div3 {
	width: 100%;
	height: 260px;
	background-color: #8492a8;
	position: absolute;
	top: 515px;
	left: 0px;
}
#div4 {
	width: 100%;
	height: 260px;
	background-color: #6489c4;
	position: absolute;
	top: 770px;
	left: 0px;
}

.s {
	position: absolute;
	font-size: 30px;
	color: darkblue;

}

.p {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 15px;
	color: white;
	font-family: helvetica;
	font-weight: lighter; 

}