@charset "UTF-8";
/* Standart-Template CSS | © 2009 by exit-lights.de
  HTML-Tags
------------------------------------ */

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 {
  border: none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: 0;
  vertical-align: baseline
  }

table {
  border-collapse: separate;
  border-spacing: 1px
  }

caption, th, td {
  font-weight: normal;
  text-align: left
  }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""
  }

  blockquote, q {
    quotes: "" ""
    }

strong {
  font-weight: 700
  }

em {
  font-style: italic
  }
  
address {
  font-style: normal
  }

* {
  margin: 0;
  padding: 0
  }

html, body {
  width: 100%;
  height: 100%;
  text-align: center
  }

body {
	color: #000;
	background:  #000 ;
	word-spacing: 2px;
  font: 14px Arial, "Century Gothic", "Segue UI", "Bitstraem Vera Sans", sans-serif;
  text-rendering: optimizeSpeed
  }

img {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic
  }

  img[src$=".gif"] {
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
    }

video {
  image-rendering: optimizeSpeed
  }

a {
	color: #666;
	text-decoration: none
  }

  a:hover,
  a:focus {
  	color: #fff
    }

  a:visited {
  	color: #fff;
  	text-decoration: none
    }

::-moz-selection {
	color: #fff;
	background: #c00
  }

::selection {
	color: #fff;
	background: #c00
  }

a::-moz-selection {
	background: #000
  }

a::selection {
	background: #000
  }

/*
  Layout
------------------------------------ */

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -790px;
	float: left
  }

#shell {
  width: 900px;
  height: 1580px;
	margin: 0 auto;
  text-align: left;
	position: relative;
  clear: left;
  text-align: center
  }