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: #fff url(../images/bg.png) no-repeat center center fixed;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header {
  margin: 0 auto 5px;
  padding-top: 30px;
  width: 970px;
}
#header a {
  color: #472D08;
  font-family: 'abril';
  font-size: 40px;
  text-decoration: none;
}
#widget {
  background: #000;
  border-radius: 15px;
  margin: 0 auto;
  opacity: 0.3;
  padding: 15px;
  width: 970px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
#main {
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 970px;
}
.text p {
  padding-bottom: 10px;
}
#footer {
  border-top: #999 1px solid;
  padding: 15px;
}
#footer .inner {
  font-size: 12px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 970px;
}
.separator {
  padding: 10px 0;
  text-align: center;
}
h2 {
  color: #472D08;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: right;
}
.flinks a {
  color: #472d08;
  display: inline-block;
  margin: 0 20px 15px 0;
  text-decoration: none;
}
.flinks a:hover {
  text-decoration: underline;
}