@font-face {
    font-family: 'play bold';
    src: url('/css/fonts/play-bold.eot');
    src: url('/css/fonts/play-bold.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/play-bold.woff') format('woff'),
         url('/css/fonts/play-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'play';
    src: url('/css/fonts/play-regular.eot');
    src: url('/css/fonts/play-regular.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/play-regular.woff') format('woff'),
         url('/css/fonts/play-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  }
hr {
padding-bottom: 1px;
background-color: #5189ae;
border-bottom:1px solid #5189ae;
}
a {
outline: none;
text-decoration: none;
}
hr {
background-color: #9b9b9b;
border-bottom:1px solid #F4F4F4;
}
h1{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 0 2px rgba(0, 0, 0, 0.4);

}

h3{
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  text-align: center;

}

h4{
    margin-bottom: 8px;
    font-size: 23px;
    font-weight: bold;
    color: #606060;
    text-shadow: 0 0px rgba(0, 0, 0, 0.4);
    text-align: center;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    padding: 7px;
    display: block;
    width: 100%;
    float: left;
    margin-top: 0px;
	margin-bottom: 17px;
}

#body {
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-family: play;
	font-size: 100%;
	background: url(/img/fon/standart.jpeg);
	
}

.box_tems{
	margin: 10px auto;
	width: 800px;
}