body{
	font-size: 120%;
	
	background-image: url("images/background.jpg")  ;
	

	 
}


#page{
	max-width: 940px;
	min-width: 720px;
	margin: 10px auto 10px auto;

}

#logo{
	width: 200px;
	margin: 10px auto 25px auto;
	text-align: center;
}


	
	

#footer{
	
	position: fixed; /* Фиксированное положение */
    right:  0; bottom: 0; /* Левый нижний угол */
    padding: 10px; /* Поля вокруг текста */
    text-align: right;
    
    
    width: 100%; /* Ширина слоя */
}

#admin {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 50px;
  background: white;
  width: 300px;
  height: 60px;
  border-radius: 5px;
  color: black;
  text-align: center;
  font-size:  18px;
  text-transform: uppercase;
  line-height: 60px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


#mail{
  font-family: 'Roboto Condensed',  sans-serif;
  margin: 30px;
  background: green;
  width: 300px;
  height: 60px;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-size:  24px;
  text-transform: uppercase;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

#menu1{
	text-align: center;
}

a.enter_mail_box {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0,0,0,.5);
  user-select: none;
  padding: .7em 1.5em;
  border: 1px solid rgb(80,32,0);
  border-radius: 5px;
  outline: none;
  background: rgb(147,80,36) linear-gradient(rgb(106,58,26), rgb(147,80,36) 80%);
  box-shadow:
   0 6px rgb(86,38,6),
   0 3px 15px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  transition: .2s;
} 
.enter_mail_box:hover {
  background: rgb(167,91,41) linear-gradient(rgb(126,69,31), rgb(167,91,41) 80%);
}
.enter_mail_box:active {
  background: rgb(120,63,25) linear-gradient(rgb(120,63,25) 20%, rgb(167,91,41));
  box-shadow:
   0 2px rgb(86,38,6),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}