#p1, #p2, #p3 {
	position:absolute;
}

#p1 {
	left:30px;
	top:20px;
	height:100px;
	width:300px;
}

#p2 {
	left:30px;
	top:70px;
	height:100px;
	width:400px;
}


#Image1 {
	position:absolute;
	border:#006666;
	margin:Opx Opx;
	padding:Opx Opx;
	top:35px;
	left:270px;
	width:504px;
	height:304px;
}

