#p1, #p2, #p3 {
	position:absolute;
}

#p1 {
	left:30px;
	top:20px;
	height:100px;
	width:300px;
}

#p2 {
	left:30px;
	top:55px;
	height:100px;
	width:400px;
}

#p3 {
	left:180px;
	top:175px;
	height:150px;
	width:250px;
}

#Image1 {
	position:absolute;
	border:#006666;
	margin:Opx Opx;
	padding:Opx Opx;
	top:65px;
	left:460px;
	width:333px;
	height:285px;
}
