@font-face {
  font-family: "AEDIN";
  src: url('../font/281738282-AE_DIRG_.eot');
  src: url('../font/281738282-AE_DIRG_.eot?#iefix') format('embedded-opentype'), url('../font/281738282-AE_DIRG_.svg#AEDIN') format('svg'), url('../font/281738282-AE_DIRG_.woff') format('woff'), url('../font/281738282-AE_DIRG_.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  background: url('/img/background.jpg') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
body {
  background: url('/img/backgr-inner.png') center top no-repeat;
  min-height: 541px;
}
html,
body {
  height: 100%;
}
#all {
  overflow: hidden;
  min-height: 100%;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
}
#main {
  margin-top: 150px;
  background-color: #eeeff1;
  padding: 20px 0 15px 0;
}
#main #left,
#main #right {
  float: left;
}
#main #left {
  width: 272px;
  background: url('/img/square.png') left 2px no-repeat;
  padding-left: 18px;
}
#main #left a {
  color: #f47735;
  text-decoration: none;
}
#main #left a:hover {
  text-decoration: underline;
}
#main #right {
  width: 670px;
  font-size: 18px;
  color: #58595b;
  font-family: "AEDIN";
  direction: ltr;
}
#main p {
  margin: 0 0 20px 0;
}
#list {
  margin-top: 60px;
  background-color: #414042;
  color: white;
  padding-bottom: 10px;
}
#list-info {
  margin-left: 290px;
  padding-top: 10px;
  font-family: "AEDIN";
  font-size: 24px;
}
.row-list {
  margin-left: 290px;
  padding: 5px 0px;
}
.cell-list {
  padding: 0px 5px;
  float: left;
}
.cell-icon {
  width: 12px;
  height: 16px;
}
.cell-file {
  font-weight: bold;
}
#header {
  height: 50px;
  background-color: #414042;
}
#header img {
  margin-top: 10px;
  float: right;
}
#footer {
  background-color: #414042;
  padding-bottom: 32000px;
  margin-bottom: -32000px;
}
#footer p {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  border-top: 2px solid #808285;
  font-size: 10px;
  color: #fff;
}
.clearfix {
  clear: both;
}
