#content
{
	height: 63em;
}
#box1
{
	position: absolute;
	top: 0;
	left: 2em;
	width: 44em;
}
#box2, #box3
{
	color: rgb(128, 0, 128);
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}
#box2
{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}
#box3
{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}