div#header{
	position: fixed;
	height: 70px;
	width: 100%;
	background: #fefefe;
	border-bottom: 1px solid #dddddd;
	z-index: 20;
}

div#header > img.a1{
	position: absolute;
	left: 20%;
	top: 5px;
}

div#header > div.a2{
	position: absolute;
	right: 20%;
	height: 100%;
}

div#header > div.a2 > div{
	display: table;
	height: 100%;
}

div#header > div.a2 > div > div{
	display: table-row;
}

div#header > div.a2 > div > div > div{
	display: table-cell;
	vertical-align: middle;
}

div#header > div.a2 > div > div > div > a{
	display: inline-block;
	color: #777777;
	font-weight: bold;
	font-size: 12px;
}

div#header > div.a2 > div > div > div > a{
	margin-right: 10px;
}

div#header > div.a2 > div > div > div > a:last-child{
	margin-right: 0px;
}

div#header > div.a2 > div > div > div > a:hover, div#header > div.a2 > div > div > div > a:focus{
	text-decoration: underline;
}

div#header > div.a2 > div > div > div > a.selected{
	color: #5588bb;
}

div#header-coverup{
	height: 70px;
}