div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#profile {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
}

div#presentation {
	padding-top:10px;
	width: 600px;
	height: 42px;
	overflow: hidden;
	border: 0px solid black;
	background-color: #f9f9f9;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#presentation span, div#presentation a {
	display: block;
	padding: 0 3px;
}

div#presentation a:hover {
	background: #f5f5f5;
}