@font-face
{
    font-family: 'multivac';
    src: url('multivac-interference-webfont.woff2') format('woff2'), url('multivac-interference-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body
{
	background-image:url('background.png');
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
}
#gameContainer
{
	border-radius:6px;
	background-color:rgba(128,192,255,0.4);
	border-style:solid;
	border-width:1px;
	border-color:rgb(128,192,255);
	box-shadow: 5px 4px 2px rgba(8,12,16,0.4);
}
.footer
{
	display:block;
	margin-top:16px;
	padding:8px;
	background-color:rgba(128,192,255,0.4);
	min-height:50px;
	vertical-align:bottom;
	border-radius:12px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(128,192,255);
	box-shadow: 5px 4px 2px rgba(8,16,32,0.4);
}
.title span
{
	font-family:multivac;
	font-size:36px;
	display:inline-block;
	vertical-align:top;
	margin-top:6px;
	color:rgb(255,255,255);
	text-shadow:2px 2px 1px rgba(8,16,32,0.7);
}
#ld40_link img
{
	height:32px;
	margin:0px;
	margin-right:8px;
	padding:6px;
	background-color:rgb(25,25,26);
	border-color:rgb(100,100,104);
	border-style:outset;
	border-width:3px;
	border-radius:12px;
}
.fullscreen
{
	margin:3px;
	height:38px;
	border-color:rgb(60, 215, 255);
	border-style:outset;
	border-width:3px;
	border-radius:12px;
}
#ld40_link img:hover, .fullscreen:hover
{
	border-style:ridge;
}
