* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background: #1f1b16;
	position: relative;
	margin: 0;
	padding: 0;
}

#focus {
	position: absolute;
	background: #1f1b16;
	top: 10px;
	right: 10px;
	bottom: -10px;
	left: 10px;
}
