html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
}
ul, ol {
  list-style: none;
}
/*main*/
html, body {
  height: 100%;
}
body {
  background: url(../images/bg.png) 0 0 repeat;
  color: #202020;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
}
.block-bord {
  background-color: rgba(47,47,47,0.6);
  margin: 0 auto 20px;
  padding: 10px;
  width: 970px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.tblock {
  background: #efefef;
  padding: 15px 15px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0 0 4px #000;
}
.text p {
  padding-bottom: 10px;
}
#footer {
  background: #202020;
}
#footer .inner {
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  width: 990px;
}
#header {
  background: #202020;
}
#header .inner {
  margin: 0 auto;
  padding: 20px 0;
  width: 970px;
}
h2 {
  color: #590612;
  font-size: 22px;
  font-family: 'abril';
  font-weight: normal;
  margin-bottom: 10px;
}
#header a {
  color: #e7cd3a;
  font-family: 'abril';
  font-size: 36px;
  text-decoration: none;
}
#widget {
  border: #202020 10px solid;
  border-top: none;
  margin: -15px auto 20px;
  width: 970px;
}
#widget object {
  vertical-align: middle;
}
.flinks a {
  color: #fff;
  display: inline-block;
  margin: 0 20px 15px 0;
  text-decoration: none;
}
.flinks a:hover {
  text-decoration: underline;
}