﻿#left {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 200px;
}

#center {
  margin-left: 220px;
  margin-right: 220px;
  	
}

#right {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 200px;
  border="1";
}

.style5 {
	text-align: center;
}