#top_image {
	float: left;
	width: 400px;
	margin-bottom: 20px;
}
#info {
	float: right;
	width: 210px;
	margin-bottom: 20px;
}
#info li {
	list-style-type: disc;
	margin-bottom: 10px;
	list-style-position: inside;
	line-height: 1.2em;
}
.message {
	clear: both;
	padding-bottom: 15px;
}
