body {
	margin: 0;
	background-image: url(../images/backgrounds/squibbytile.png);
	background-color: rgb(16, 16, 16);
}

body, #background{
	background-position: top center;
}

#physics_container, #background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#panel{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: end;
	width: 100%;
	height: 10px;
	bottom: 0;
}

.panel_content{
	display: flex;
	padding: 5px 10px;
	border: 2px solid #2e2e2e;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	background-color: #333;
}

.panel_content div{
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
}

.panel_content .home_button{
	margin-right: 25px;
}

.panel_content div:last-of-type{
	margin-right: 0;
}

.panel_content a{
	display: inline;
}

.panel_content p{
	margin: 0 0 0 5px;
	font: 16px 'Courier New', monospace;
	color: #eee;
}

.panel_content img{
	max-height: 36px;
	max-width: 36px;
}

.panel_buttons button{
	height: 42px;
	width: 42px;
	margin: 4px 4px 4px 0;
	padding: 0;
}

.panel_buttons button:last-of-type{
	margin-right: 0;
}

.panel_buttons button > img{
	height: 28px;
	width: 28px;
	vertical-align: middle;
}