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;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
}
#header {
  background: #1c1c1c;
  min-width: 1000px;
}
#header object {
  vertical-align: middle;
}
#header .inner {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 10px;
  width: 1000px;
}
#header .fl-lft {
  color: #caff70;
  float: left;
  font-family: 'gravitas';
  text-align: right;
  width: 245px;
}
#header .fl-lft p {
  font-size: 35px;
  line-height: 1;
}
#header .text-rgh {
  font-size: 18px;
  padding: 8px 0 15px;
}
.fl-rgh {
  float: right;
}
.title {
  background: #4F4F4F;
  min-width: 1000px;
}
h1 {
  color: #f7f7f7;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  margin: 0 auto 15px;
  padding: 10px; 
  text-align: center;
  width: 1000px;
}
.text {
  margin: 0 auto;
  padding: 0 10px;
  width: 1000px;
}
.text p, #footer p {
  padding-bottom: 15px;
}
#footer {
  background: #1C1C1C;
  color: #fff;
  font-size: 12px;
  min-width: 1000px;
  padding: 15px 0 5px;
  text-align: center;
}
#footer .inner {
  margin: 0 auto;
  padding: 0 5px;
  width: 990px;
}
#footer a {
  color: #caff70;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
  text-decoration: none;
}
#footer .slip {
  margin-right: 40px;
}