ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  left: 0;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

li {
  float: left;
  z-index: 1;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: Tahoma, Geneva, sans-serif;
  z-index: 1;
}

tahoma {
	font-family: Tahoma, Geneva, sans-serif;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

bottom {
  float: bottom;
  position: fixed;
  bottom: 0;
  left: 0;
}

bottomright {
  float: bottom;
  position: fixed;
  bottom: 10;
  right: 10;
}

body, html {
  height: 100%;
  margin: 0;
}

body {
  background-image: url(images/background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

imgbg {
  position: fixed;
  top: 20px;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1000px;
  min-width:590px;
  width: 50%;
  border: 5px solid black;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  margin: 20px;
  position: absolute;
  top: 50px;
  left: 16px;
}

left {
  position: absolute;
  top: 50px;
  left: 16px;
}
center {
  position: absolute;
  top: 8px;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }