div.floated {
	width: 280px;
	height: 950px;
	float: left;
	margin-left: 0em;
}

div#myElement {
	width: 280px;
	height: 0px;
	border: 0px solid black;
	float: left;
}

div#myOtherElement {
	width: 280px;
	height: 140px;
	overflow: hidden;
	border: 0px solid black;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 0 0 0;
}

div#myOtherElement a:hover {
	background: #7e757a;
}
