@CHARSET "UTF-8";

body, html {
  margin: 0;
  padding: 0;
  font: 13px Verdana, sans-serif;
  background-color: #000;
  color: #AAA;
}

#header {
  width: 100%;
  background: #000;
}

#header-inner {
  margin: auto;
  text-align: center;
}

#content {
  background: #fff url(/images/bg-gradient.png) repeat-x top left;
}

#middle-arrow {
  background: url(/images/cross.png) no-repeat;
  width: 365px;
  height: 365px;
  position: absolute;
  left: 285px;
  top: 140px;
  z-index: 0;
  
}

#horizontal-line {
  width: 100%;
  height: 10px;
  background: #bfc0c1;
  position: absolute;
  top: 310px;
  z-index: 0;
  opacity: .37;
}

#vertical-line {
  width: 10px;
  height: 85%;
  background: #bfc0c1;
  position: absolute;
  z-index: 0;
  left: 460px;
  top: 80px;
  opacity: .37;
}

