/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FONT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@font-face {
	font-family: 'Knockout47';
	src: url('../fonts/Knockout-47.eot');
	src: local('â˜º'), url('../fonts/Knockout-47.woff') format('woff'),
url('../fonts/Knockout-47.ttf') format('truetype'), 
url('../fonts/Knockout-47.svg#webfontKsYZnMzo') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LAYOUT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html{
	padding:0;
	margin:0;
	overflow: hidden;
	}

body{
	padding:0;
	margin:0;
	font-family: sans-serif;
}

#visualizer{
	position:absolute;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	background-color: #fff;
}
#visNav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	}

.icon {
	display: inline-block;
	position: relative;
	margin: 0px 5px 0px 5px;
	opacity: 0;
	}
	.icon img {
		width: 75px;
	}