#top {
	height: 25%;
	position: absolute;
	top: 0%;
	width: 100%;
	background-color: #FF0000;
}
#middle {
	height: 50%;
	text-align: center;
	position: absolute;
	top: 25%;
	width: 100%;
	vertical-align: middle;
	background-color: #FFFF00;
}
#bottom {
	height: 25%;
	text-align: center;
	position: absolute;
	top: 75%;
	width: 100%;
	background-color: #00FF00;
}
img {
	border: 0;
}
