
#header a.menu
{
	background: center center no-repeat transparent;
	background-image: url(../../css/images/icon-menu.png);

	display: inline-block;
	width: 40px;
	height: 20px;
	position: relative;
	top: 5px;
	
	/* left: 10px; */
}
#header a.friends,
.header a.friends
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}
#header a.right,
.header a.right
{
	left: auto;
	right: 10px;
}

	#header,
			#footer
			{
			z-index: 2;
				position: fixed;
				width: 100%;

				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				-ms-box-sizing: border-box;
				-o-box-sizing: border-box;
				box-sizing: border-box;
			}
				#footer{z-index:10;background: url(images/nav-mobile.png);}
				

#header,
.header,
#footer
{
	
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	padding: 0px;
}
				
				#header{
					/* background: aliceblue; */
					height: 40px;

					/* z-index: 1000; */

				
					/* overflow: hidden; */
					background-repeat: repeat-x;
					/* background-color: transparent; */
					display: block;
					padding-right: 0px;
					margin: 0px;
					padding-left: 0px;
}
				
				#header .mobilelogo {width: 130px;/* display: none; */position: absolute;z-index: 1;right: -1px;}
				
				#header.icon-dice {display:none}