body {
	background:#b7b5b5
}

html {
	overflow: scroll;
  overflow-x: hidden;
}	

.generic {
	-moz-box-shadow: inset 0 0 10px #a0a0a0;
  -webkit-box-shadow: inset 0 0 10px #a0a0a0;
  box-shadow: inset 0 0 10px #a0a0a0;
	margin-top: 13%;
  margin-left: 40%;
	position: absolute;
	border: 1px;
	border-color: #000;
	border-style: solid;
}

@keyframes round_round {
  0% { 
  	transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#menu {
  width:180px;
  height: auto;
  background-color: #4c4c4c;
  position: absolute;
  -moz-box-shadow:0 0 10px #232222;
  -webkit-box-shadow:0 0 10px #232222;
  box-shadow:0 0 10px #232222;
  padding: 10px;
  color: #fff;
}