@font-face {
   font-family: MenuFont;
   src: url(fonts/PFIndexLight.ttf);
}
body {
   background-color: black;
	font-family: MenuFont, Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
   font-size: 14px;
	margin: 0px;
   padding: 0px;
   width: 100%;
	color: #393939;
}
.tile {
   float: left;
   width: 20%;
}
.tile img {
	display: none;
   margin: auto;
   width: 50%;
	cursor: pointer;
}
.tile:hover {
   opacity: .4;
}
.tilesLink {
	visibility: hidden;
}