div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 700px;
	height: 200px;

	float: left;
}

div#myElementTwo {
	width: 419px;
	height: 162px;
	background-image: url(images/base.jpg);
	float: left;
	margin: -8px 0px 0px 0px;
}
