#bar{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 40px;		
	line-height: 40px;
	color: #f3e4bd;
	background-color: black;
	z-index: 10;
	border-bottom: 2px solid #543e30;
	font-weight: normal;
}
.designname{
	margin-left:10px;
	position: absolute;
	top:0px;
}
#user{		
	float:right;
	color: #f3e4bd;
	text-decoration: none;
	top:0px;
	right: 0px;
	background-color: black;
	position: absolute;
}
#user:hover{
	color: #a78869;
}
#user span{
	float: left;
	line-height: 40px;
	padding-right: 10px;	
}
#user img{
	height: 30px;
	margin: 5px;
	float:left;		
}