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

div.ornithomancy {
  padding-top: 102px; 
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px;
}

