#header{
	position: fixed;
	top:0px;
	width:100%;
	text-align:right;
	border-bottom: 1px solid #000;
	z-index:1;
}
#logo{
	width:40px;
	height:40px;
	padding:8px;
}
#header-text{
	position:absolute;
	top:20px;
	right:60px;
	font-size:1.1em;
}