html {
    background: black;
    height: 100%;
    overflow: hidden;
	z-index: 1;
}

body {
	font-family:'Roboto',Arial,Helvetica Neue,sans-serif;font-size:15px;
    margin: 0;
    padding: 0;
    height: 100%;
	z-index: 1;
}