/* CSS Document */

html, body {
margin: 0;
padding: 0;
background: #000;
overflow: hidden;
scrolling: never;
}

* {
	margin: 0;
	padding: 0;
}
