#status {
	position: absolute;
	top: 0;
	left: 0;
	background: #555;
	color: #fff;
	width: 100%;
	padding: 2px 0;
	border-bottom: 1px solid #333;
	z-index: 100;
}

#status img {
	vertical-align: bottom;
}

#status-logout {
	float: right;
}

#status-user, #status-web {
	float: left;
	padding: 0 1em;
}

#status a {
	color: #fff;
}