
#tc {
  margin-right: 200px;
  height: 156px;
  width: 200px;  
  bottom: 0px;
}

#canvas {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 200px;
  height: 156px;
}

#name {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 3;
  color: #eeeeee;
  font-family: monospace;
}

#background {
  width: 200px;
  height: 156px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(transparent,#00035f,transparent);
  background-size: 100% 7px;
  animation: bg 1s infinite linear;
  z-index: 10;
  opacity: 0.3;
}

@keyframes bg {
  0%{ background-position: 0 0; }
  100%{ background-position: 8px 8px; }
}

#audelem, #contact {
	display: none;
}

#bar {
	display: none !important;
}













/**/
