/* line 17, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'eurostileregular';
  src: url("137-webfont.eot");
  src: url("137-webfont.eot?#iefix") format("embedded-opentype"), url("137-webfont.woff") format("woff"), url("137-webfont.ttf") format("truetype"), url("137-webfont.svg#eurostileregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eurostilebold';
  src: url("27210_0-webfont.eot");
  src: url("27210_0-webfont.eot?#iefix") format("embedded-opentype"), url("27210_0-webfont.woff") format("woff"), url("27210_0-webfont.ttf") format("truetype"), url("27210_0-webfont.svg#eurostilebold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ashby_mediumregular';
  src: url("ashbymedium-webfont.eot");
  src: url("ashbymedium-webfont.eot?#iefix") format("embedded-opentype"), url("ashbymedium-webfont.woff") format("woff"), url("ashbymedium-webfont.ttf") format("truetype"), url("ashbymedium-webfont.svg#ashby_mediumregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 42, ../sass/screen.scss */
html, body {
  height: 100%;
}

/* line 46, ../sass/screen.scss */
html {
  background-color: #010b21;
  background-attachment: fixed;
  background-image: radial-gradient(800px 800px, #2453a2 100px, #010b21 700px);
  background-size: 100% auto;
  color: white;
}

/* line 54, ../sass/screen.scss */
BODY {
  background: url(../images/body_back.png) repeat-y center;
}

/* line 58, ../sass/screen.scss */
.satelite {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 64, ../sass/screen.scss */
.logo-hm {
  float: right;
  margin-bottom: 40px;
}

/* line 69, ../sass/screen.scss */
.info {
  position: absolute;
  left: 60%;
  top: 5%;
  width: 400px;
  font-family: 'eurostileregular';
  font-size: 22px;
  line-height: 24px;
  color>black;
}
.info 2{
  position: absolute;
  left: 45%;
  top: 5%;
  width: 400px;
  font-family: 'eurostileregular';
  font-size: 22px;
  line-height: 24px;
}
/* line 77, ../sass/screen.scss */
.info .error-cod {
  font-family: 'ashby_mediumregular';
  text-align: center;
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
  text-shadow: 5px 15px 12px black;
  clear: both;
}
/* line 86, ../sass/screen.scss */
.info .contact-text {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
/* line 90, ../sass/screen.scss */
.info .contact-text a {
  color: #ffdd15;
  text-decoration: underline;
}
/* line 95, ../sass/screen.scss */
.info .description {
  color: red;
  font-size: 24px;
  margin: 10px 0;
  text-align: center;
}

/* line 104, ../sass/screen.scss */
.flo-left {
  float: left;
}

/* line 108, ../sass/screen.scss */
.flo-right {
  float: right;
}
