* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  background-image: url('http://shinmugen.net/backblurred.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center; 
  background-color: #240c30;
  background-size: cover;
  color: white;
  margin: 10px;
  font-family: Lato, Helvetica, Verdana, sans-serif;
  font-size: 12px;
}
.data {
  display: none;
}
#main {
  width: 970px;
  margin: 0px auto;
}
#header {
  background-color: #202020;
  z-index: 1;
  color: white;
  height: 44px;
  top: 0px;
  margin: auto;
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
}
#title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin: 7px;
  display: inline-block;
  vertical-align: middle;
}
#header ul {
  margin: 0px 10px;
  display: inline-block;
}
#header img {
  vertical-align: middle;
}
#header li {
  display: inline-block;
  background-color: #101010;
  padding: 10px;
}
#header a {
  text-decoration: initial;
  color: #E0E0E0;
}
#header a:hover {
  color: white;
}
li.selected {
  background-color: #303030;
}
li a{
  font-style: none;
  color: #E0E0E0;
}
li a:hover {
  color: white;
}
h1 {
  margin-top: 10px;
  color: #360061;
  font-size: 36px;
  text-align: center;
  width: 100%;
}
#container{
  background-color: #F0F0F0;
  border: 1px solid #404040;
  margin: auto;
  max-width: 1024px;
}
#games {
  width: 100%;
  color: #404080;
  vertical-align: top;
  display: block;
  border-spacing: 5px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.gifs #games {
  display: none;
}
#gifs {
  width: 100%;
  color: #404080;
  vertical-align: top;
  border-spacing: 5px;
  display: none;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.gifs #gifs{
  display: block;
}
div.selected {
  font-weight: bold;
}
#middle {
  display: table-cell;
  width: auto;
  overflow: hidden;
}
#gamescolumn {
  display: table-cell;
  vertical-align: top;
  width: 110px;
  margin: 15px;
  padding-top: 15px;
}
#gamedetails {
  display: table-cell;
  padding: 10px 0px 10px 0px;
  vertical-align: top;
  margin: 10px;
  background-color: #F0F0F0;
}
#gifscolumn {
  display: table-cell;
  vertical-align: top;
  width: 110px;
  margin: 15px;
  padding-top: 15px;
}
a {
  text-decoration: none;
  color: #202040;
}
#gifsdetails {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0px;
  margin: 10px;
  border-spacing: 3px;
  background-color: #F0F0F0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
