*, *:before, *:after {
box-sizing : inherit;
-webkit-box-sizing : inherit;
-moz-box-sizing : inherit;
outline : none;
margin : 0;
padding : 0
}
html {
height : 100%;
text-size-adjust : 100%;
-webkit-text-size-adjust : 100%;
-ms-text-size-adjust : 100%;
box-sizing : border-box;
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box
}
body {
background : #eee;
font-family : 'HelveticaNeue-Light', Arial;
height : 100%
}
header, s