#image1 {
	border: thin solid #999999;
	float: left;
	height: 200px;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#image2 {
	border: thin solid #999999;
	float: right;
	height: 200px;
	width: 300px;
	margin-top: 10px;
}
p {
	clear: left;
}

