body {
	background: green;
	margin: 0px auto;
	overflow: hidden;
	width: 800px;
	height: 200px;
}
#banner_container {
	padding-left: 5px;
	padding-top: 5px;
}
#thebanner {
	width: 790px;
	height: 182px;
	filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white) drop-shadow(-5px 0 0 white) drop-shadow(0px -5px 0 white) invert(100%);
}

#interactive {
	position: fixed;
	top: 0;
	left: 0;
	font-family: sans-serif;
	background: rgba(255,100,100,0.9);
	padding: 10px;
}
