﻿div#left{
	width:45%;
	float:left;
	padding:10px;
}

div#right{
	width:45%;
	float:right;
	padding:10px;
}

