body {
      color: #939ead;
      font-family: Arial, sans-serif;
      font-weight: normal;
      font-size: 13px;
    }
    h1 {
      color: #939ead;
      font-family: "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 24px;
    }
    h2 {
      color: #939ead;
      font-family: "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 20px;
    }
    h3 {
      color: #939ead;
      font-family: "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 16px;
    }
    h4 {
      color: #939ead;
      font-family: "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 13px;
    }
    h5 {
      color: #939ead;
      font-family: "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 12px;
    }
	
	body {
      background-color: #09151f;
      background: url('/images/site-bg.jpg') no-repeat top left fixed;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%;   
}
    a {
      color: ;
      text-decoration: none;
    }
    a:hover,
    a:focus {
      color: ;
      text-decoration: none;
    }
    .navbar .nav > li > a {
      color: #FFFFFF !important;
    }