html, body
{
	height: 100%;
}

.content
{
	height: 100%;
	border: solid 1px #333;
}

.leftColumn
{
	float: left;
	height: 100%;
	border-right: solid 1px #333;
	background-color: #ccc;
}

.rightColumn
{
	float: left;
	height: 100%;
}
p {
	font-family: Arial;
	font-size: 13px;
}
