html {
	font-family:Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
	margin:0;
	background-color:#242424;
	color:#e4e6eb;
}
body {
	margin:0;
	padding:0;
	overflow-x:hidden;
}
::-webkit-scrollbar {
  width: 1em;
  border-left:1px solid #2b2b2b;
}
::-webkit-scrollbar-track {
  background-color: #242424;
  border-left:1px solid #2b2b2b;
}
::-webkit-scrollbar-thumb {
  background: #333;
  border:1px solid #3e3e3e	;
  border-radius:2px;
}
#content {
	margin:0 0 10em 0;
}
p.link {color:#e4e6eb; }
#bar {
	margin:0;
	width:100%;
	height:4em;
	position:fixed;
	background-color:#292a2d;
	border-bottom:1px solid #525252;
}
#innerbar {
	width:70%;
	margin:0 auto;
	padding-left:10px;
}
#top {
	margin:0 auto;
	padding-top:5%;
	width:70%;
	border-left:1px solid #525252;
	border-bottom:1px solid #525252;
	border-right:1px solid #525252;
}
#tile-container {
	margin:0 auto;
}
a { text-decoration:none; color:#fff;}
div.tile {
	height:8em;
	margin:1em;
	padding:0.75em;
	background-color:#383233;
	text-align:center;
	background-size:120%;
	background-position:center;
	background-repeat:no-repeat;
	transition:background-size 0.33s,box-shadow 0.33s,text-shadow 0.33s;
	box-shadow:0 3px 2px rgba(0,0,0,0.7) inset;
	text-shadow:0 3px 2px rgba(0,0,0,0.7);
}
div.tile:hover {
	background-color:#574d4f;
	background-size:110%;
	box-shadow:0 7px 5px rgba(0,0,0,0.4) inset;
	text-shadow:0 7px 5px rgba(0,0,0,0.4);
}
#breakoutbanner { background-image:url('images/breakout.png'); }
#snakebanner { background-image:url('images/snakebanner.png'); }
#neuronbanner { background-image:url('images/neuronbanner.png'); }
#solbanner { background-image:url('images/solbanner.png'); }
#xbbanner { background-image:url('images/xbbanner.png'); }
#danielbanner { background-image:url('images/danielbanner.png'); }
#bo2banner { background-image:url('images/bo2banner.png'); }
#flasherbanner { background-image:url('images/flasherbanner.png'); }
#avirusbanner { background-image:url('images/avirusbanner.png'); }
#wordgenbanner { background-image:url('images/wordgenbanner.png'); }
#nhbanner { background-image:url('images/nhbanner.png'); }
#bottom {
	margin:0;
	width:100%;
}
.center {
	text-align:center;
	margin-left:0 auto;
	margin-right:0 auto;
}
