html, body, div, span, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, table, tr, th, td, thead, tbody, tfoot, p, a, em, strong, img, form, object {
   margin: 0; padding: 0;
}

html, body {
  min-height: 100%
}

body {
  background-color: #000000;
  font: 85%/1.7 sans-serif;
  color: #ffffff;
}

hr {
  display: none;
}

a {
  color: #000000;
}

a:hover, a:focus, a:active {
  color: #0000FF;
}

img {
  vertical-align: middle;
}

a img {
  border: none;
}

textarea {
  font-family: sans-serif;
}

ul li {
  display: block;
  list-style: none;
}

.no {
  display: none !important;
}

.nolnk {
  display: none !important;
}

.j {
  text-align: justify !important;
}

.ar {
  text-align: right !important;
}

.c {
  text-align: center !important;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.b {
  font-weight: bold !important;
}


h1 {
  font-size: 200%
}

h2 {
  font-size: 150%
}

h3 {
  font-size: 115%
}

h4 {
  font-size: 105%
}


/*----------------------------------------------------------------------------*/


#logo, #content, #footer {
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
  padding: 0px
}


/*-[ TOP ]--------------------------------------------------------------------*/

#logo {
  position: relative;
  height: 100px;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 15px
}

#content {
  position: relative;
}

#content .text {
  text-align: center;
  padding-bottom: 10px
}

#footer {
  position: relative;
  padding-top: 5px;
  padding-bottom: 30px;
  font-size: 85%;
  text-align: center
}