html, body {
    height: 100%;
}
body{
    margin: 0;
    padding:0;
    background: #252a30;
}



#header{
	background-color: #fff none repeat scroll 0 0;
	padding-top: 30px;
	padding-bottom: 23px; /*23px */
}


/*Hide checkbox*/  
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

