article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

body{
margin: 0;
font-family: Verdana, sans-serif;
font-size: 0.8em;
}


/**** Header ****/
.header-fixed{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #CCC;
	text-align: center;
	z-index: 999;
}

.header-fixed h2{
	text-align: left;
}
