#col1 {
  background: #232323;
  position: absolute;
  left: 0px;
  width: 140px;
  height: 360px;
}
#col2 {
  background: #232323;
  position: absolute;
  left: 150px;
  width: 240px;
  height: 360px;
  border-left-width:1px;
  border-left-color:#454545;
  border-left-style:solid;
}
#col3 {
	background: #232323;
	position: absolute;
	left: 410px;
	width: 500px;
	height: 380px;
	border-left-width:1px;
	border-left-color:#454545;
	border-left-style:solid;
}
#col4 {
	background: #232323;
	position: absolute;
	left: 410px;
	height: 380px;
	width: 500px;
	border-left-width:1px;
	border-left-color:#454545;
	border-left-style:solid;
}

