#company ul {
	list-style-type: none;
	position: relative;
	margin-top: 4px;
	margin-left: 8px;
	width: 400px;
}

#company li {
	padding: 4px;
}

#company li .comp_elem {
	float: left;
	width: 60px;
	background: #c7c7c7;
	margin-right: 15px;
	text-align: center;
}

