﻿div#left{
	width:45%;
	height:430px;
	margin-left:2%;
	float:left;
	border:double 3px #cccccc;
}

div#right{
	width:45%;
	height:430px;
	margin-right:2%;
	float:right;
	border:double 3px #cccccc;
}


