#black{
text-shadow: 5px 5px black;
}
#meme {
    position: fixed;
	float: left;
    bottom: 0;
    width: 100%;
	padding-bottom: 2px;
}
#memeleft {
    position: fixed;
	float: left;
    bottom: 0;
    width: 100%;
	padding-bottom: 2px;
	padding-left: 5px;
}
#li{
    display: inline;
}
@font-face {
	font-family: Terminus;
	src: url('fonts/TerminusTTF-4.39.ttf');
}
p.Terminus{
	font-family: Terminus;
}
body {
    background-image: url("http://i.imgur.com/yt97XTC.jpg");
    background-color: #cccccc;
} 
black {
    width:100%;
    height: 100%;
    background-color: #f4e5d0;
    opacity: 1;
    position: fixed;
    top:0;
    transition: opacity 2s;
    z-index: 1999;
}
hov {
    font-size:60%;
    transition: all 0.2s;
}
.blinking-cursor {
  font-family: "Terminus";
  font-weight: 100;
  color: #e8e9ca;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #e8e9ca;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #e8e9ca;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #e8e9ca;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #e8e9ca;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #e8e9ca;
  }