body {
	background-color: #0099FF;
	}
h1 { 
		text-align: center;
		font-family: "Arial Black";
   }
p   {
	 font-family: "Arial Black";
	 }	
.image {border-color: black;
     border-width: medium;
	 border-style: ridge;
	 float: left;
	 width: 50%}
.text {border-color: black;
     border-width: medium;
	 border-style: ridge;
	 margin-left: 52%;
	 font-family: "Arial Black";
	 }
#all {
	width: 1800px;
	height: 1600px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#head {
	width: 1800px;
	height: 140px;
	position: absolute;
	border: 1px dotted black;
	top: 0px;
	left: 0px;
}
#picture1 {
	width: 320px;
	height: 240px;
	position: absolute;
	border: 1px solid black;
	top: 150px;
	left: 0px;
}
#text1 {
	width: 450px;
	height: 240px;
	position: absolute;
	top: 150px;
	left: 500px;
}
#picture2 {
	width: 320px;
	height: 240px;
	position: absolute;
	border: 1px solid black;
	top: 400px;
	left: 0px;
}
#text2 {
	width: 450px;
	height: 240px;
	position: absolute;
	top: 400px;
	left: 500px;
}
#left {
	border: 1px white solid;
	float: left;
	width: 48%;
}
#right {
	float: left;
	text-align: center;
	width: 45%;
	color:white;
}

