* {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
body {
	text-align: center;

}
a {
  color: #0c0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
.center {
  text-align: center;
}
.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
  position: relative;
}
.section {
  padding: 80px 0px;
  z-index: 2000;
  position: relative;
  margin: 100px 0px;
}
.section.bottom {
  margin-bottom: 0px;
}

.owhite {
  color: #eee;
}
.green {
  color: #3c3;
}
.orange {
  color: #f63;
}

.bblack {
	background-color: #000;
  color: #eee;
}
.bdgray {
	background-color: #222;
  color: #ccc;
}
.bmgray {
  background-color: #444;
  color: #333;
}
.blgray {
  background-color: #aaa;
  color: #333;
}
.bowhite {
  background-color: #eee;
  color: #333;
}

.box {
  width: 450px;
}

h2 {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 25px;
}
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 15px;
}

.background-screen,
.background-screen-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.background-screen-cover {
  z-index: 1001;
}
.background-screen {
  background-color: #000;
  z-index: 1000;
  overflow: hidden;
  text-align: left;
}
.background-screen p {
  color: transparent;
  text-shadow: 6px 6px 6px #0f0;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0px;
}
.color0 { text-shadow: 6px 6px 6px #1f77b4; }
.color1 { text-shadow: 6px 6px 6px #aec7e8; }
.color2 { text-shadow: 6px 6px 6px #ff7f0e; }
.color3 { text-shadow: 6px 6px 6px #ffbb78; }
.color4 { text-shadow: 6px 6px 6px #2ca02c; }
.color5 { text-shadow: 6px 6px 6px #98df8a; }
.color6 { text-shadow: 6px 6px 6px #d62728; }
.color7 { text-shadow: 6px 6px 6px #ff9896; }
.color8 { text-shadow: 6px 6px 6px #9467bd; }
.color9 { text-shadow: 6px 6px 6px #c5b0d5; }
.color10 { text-shadow: 6px 6px 6px #8c564b; }


.floatr {
  float: right;
}
.floatl {
  float: left;
}

.hborder {
  border-top: 6px solid #222;
}
.header {
  margin: 30px 10px 0px 0px;
}
.header a {
  color: #f30;
}
.header h1 {
  font-size: 80px;
  line-height: 110px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}
.header h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 0px;
}
.header h3 {
  font-weight: 700;
  font-size: 12px;
  line-height: 40px;
}
.header .button {
  margin-top: 30px;
  border-radius: 5px;

  text-decoration: none;
  margin-right: 20px;
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 10px 20px;
}
.header a.demo_button {
  border: 2px solid #f53;
  border-right: 2px solid #f10;
  border-bottom: 2px solid #f10;
  background-color: #f30;
}
.header a.code_button {
  background-color: #06c;
  border: 2px solid #08c;
  border-right: 2px solid #04c;
  border-bottom: 2px solid #04c;
}

.screenshot {

}
.nopad {
  padding: 0px;
}

.topbar {
  padding: 50px 0px;
  background-image: url(back2.png);
  background-position: top left;
  background-repeat: repeat-x;
}
.topbar a.version {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.announce {
  padding: 30px 0px;
}
p.console {
  font-family: Courier, sans-serif;
  font-size: 12px;
  color: #0e0;
  background-color: #222;
  border: 1px solid #333;
  padding: 5px 10px;
  white-space: pre;
  overflow: hidden;
}
p.label {
  margin-bottom: 6px;
}

.footer * {
  font-size: 12px;
  line-height: 18px;

}
.footer .nslogo {
  margin-right: 20px;
}
.footer a {
  color: #f30;
}
