
#sitebody
{
	height:75%;
	margin-top: 1.5%;
	background-image: url("paris.jpg");
	margin-left: 2.5%;
	margin-right:2.5%;
	position :absolute;
	width:95%;
}

h2
{	text-align: center;
	font-weight: bold;
	font-size:80px;
	color:whitesmoke;
	padding-top: 15%;
	
}
.a1
{
	background-color: #0000ff;
	top:97%;
	left:0;
	bottom:0;
	right:0;
	position: absolute;
}
.a2
{background-color: #ffffff;
	top:97%;
	left:35%;
	bottom:0;
	right:0;
	position: absolute;
}
.a3
{
	background-color: #FF0000;
	top:97%;
	left:65%;
	bottom:0;
	right:0;
	position: absolute;
}



