﻿#left{
	float: left;
	width: 18%;
}
#right{
	float: right; 
	width: 18%;
}
#middle{
	margin-left: 20%;
	margin-right: 20%;
}