#multiCol{
	float: center;

   -moz-column-count: 3;
   -webkit-column-count: 3;
   column-count: 3;

   -moz-column-rule-style: dashed;
   -moz-column-rule-color: green;
   -moz-column-rule-width: 1px;
}
