@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'),local('Roboto-Regular'),url(/res/roboto.woff) format('woff')
}

a {
	text-decoration:none!important;
}

body {
	margin:0;
	padding:0;
	background-color:#000;
	font-size:0;
	overflow:hidden;
}

div {
	margin:0;
	padding:0;
	font-size:0;
	overflow:hidden;
}

canvas {
	background-color:#000;
	overflow:hidden;
}

.overlay {
	z-index:1;
	position:absolute;
	top:20%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity: 0.75;
	filter: alpha(opacity=50);
	font-size:36pt;
	background:transparent;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .50;
    filter: alpha(opacity=50);
    z-index:2;
}
