* {
  margin: 0; /*поле-отступ внутри блока*/
  padding: 0; /*отступ между блоками*/
  /*
  padding (top right bottom left) : 4% 6% 3% 8%;
  padding (top right-left bottom) : 2em 4em 6em;
  padding (top-bottom right-left) : 2px 4px;
  padding (for all) : 2%;
  or margin-top, margin-right, margin-bottom, margin-left
  */
}

#center {
	position: relative; /*absolute;*/
	text-align: center;
	overflow: auto;
	padding: 0px;
	/*left: 0%; /*36.5%;*/
	margin: auto;
	/*outline: 10px solid #fff;*/
}

/* Общие стили */
/*h2 {
  line-height: 28px;
  font-family: Helvetica, sans-serif;
  margin-bottom: 20px;
}*/

#header {
  height: 50px;
  text-align: center;
  font: 25px/50px Helvetica, sans-serif;
  /*background: #eee;
  outline: 10px solid #fff;*/
}

#header .left {
	text-align: left;
	margin-left: 15%;
}

/*#header a {
	color: blue;
}*/


.buttonText {
  font: 15px/1.5 Helvetica, Arial, sans-serif;
  
}

/*a {
  color: white;
  text-decoration: none;
}*/

#buttonX {
  /*background: url('pict/blank.png'); /*url('bkg-1.jpg');*/
  background-size: 70px 70px;
  background-position: 0 0;
  /*color: black;*/
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  width: 70px;
  margin-left: 15%;
  margin: 30px 0 0 30px;
  overflow: hidden;
  display: block;
  
  /*Переход*/
  -webkit-transition: All 0.8s ease;
  -moz-transition: All 0.8s ease;
  -o-transition: All 0.8s ease;
  -ms-transition: All 0.8s ease;
  transition: All 0.8s ease;
  
  /*Скругленные углы*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  
  /*Тень*/
  -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  /*outline: 10px solid #fff*/
}

#buttonX:hover {
  background-position: 0px 180px;
  background-size: 90px 90px;
  /*background-position: 0 0;*/
  font-size: 17px;
  text-align: center;
  line-height: 90px;
  height: 90px;
  width: 90px;
}

.b1 {background: url('../pict/contacts.png'); color: black;}
.b1:link {color: black;}
.b1:hover {color: black;}
.b1:visited {color: black;}
.b2 {background: url('/pict/post.png');	color: black;}
.b2:link {color: black;}
.b2:hover {color: black;}
.b2:visited {color: black;}
.b3 {background: url('/../pict/cal.png'); color: blue;}
.b3:link {color: blue;}
.b3:hover {	color: blue;}
.b3:visited {color: blue;}
.b4 {background: url('/../pict/note.png');	color: black;}
.b4:link {color: black;}
.b4:hover {color: black;}
.b4:visited {color: black;}
.b5 {background: url('/../pict/remem.png'); color: green;}
.b5:link {color: green;}
.b5:hover {color: green;}
.b5:visited {color: green;}
.b6 {background: url('/../pict/photo.png'); color: white;}
.b6:link {color: white;}
.b6:hover {color: white;}
.b6:visited {color: white;}
.b7 {background: url('/../pict/drive.png'); color: black;}
.b7:link {color: black;}
.b7:hover {color: black;}
.b7:visited {color: black;}
.b8 {background: url('/../pict/dir.png'); color: blue;}
.b8:link {color: black;}
.b8:hover {color: black;}
.b8:visited {color: black;}