
body {
  height: auto;
  background-color: black;
  
    /*background-image: url("background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;*/
}

a {
  text-decoration: none;
	color: #88C67B;
}

.Generic {
	font-family: "Monospace", "Lucida Console";
	color: white;
	font-size: 12px;
}

.container {
	position: relative;
	outline: white solid 1px;
}

.container-top {
  display: inline;
  position: fixed;
  z-index: 999;
	width: 100%;
	right: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
}

.container-bottom {
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -100%;
}

.container-generic {
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  
  margin-bottom: 8px;
}

.Post_image {
  display: inline-block;
  vertical-align: middle;
  height: 200px;
  margin: 10px;
}

#Top {
  padding: 2px;
  margin: 2px;
}

#Ebin {
	width: 100px;
	height: 100px;
	
	position: fixed;
  bottom: 0;
  right: 0;
}
