﻿
div.left
{
	width: 300px;
	float: left;
	margin-top: 10px;
}

div.right
{
	width: 300px;
	float: right;
	margin-top: 10px;
}
