.header{
	width : 100%;
	text-align : center;
	
	background : url('../../../resources/header-bg.png');
}
.header a{
	display : inline-block;
	padding : 20px;
	
	text-decoration : none;
	color : #fff;
	
	cursor : pointer;
	
	margin : 0;
	
	font-family : inherit;
	
	font-size : 20px;
}
.header a:hover{
	background : #558888;
}
