div#root {
  background: #000;
}

div#header {
}

div#content {
  background-color: #000;
  color: #fff;
}

div.welcome {
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 200px;
	position: relative;
}

div.welcome h2, div.welcome p {
	text-align: center;
}

div.intro {
  margin: 10pt 0 0 0;
  padding-bottom: 10pt;
	text-align: left;
}

div.section a.name, div.section a.name:hover {
  clear: both;
  color: #e38c0e;
  display: inline;
  float: left;
  font-weight: bold;
  line-height: 1.5em;
  margin: .4em 0;
  margin-left: 10%;
  padding-right: 1%;
  text-align: right;
  text-decoration: none;
  width: 20%;
}

div.section a.name:hover {
  background-color: #353535;
  background: -ms-linear-gradient(top, #353535 0%, #353535 45%, #282828 45%,
    #313131 100%);
  background: -moz-linear-gradient(top, #353535 0%, #353535 45%, #282828 45%,
    #313131 100%);
  background: -o-linear-gradient(top, #353535 0%, #353535 45%, #282828 45%,
    #313131 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(0%, #353535), color-stop(45%, #353535), color-stop(45%, #282828),
    color-stop(100%, #313131));
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  color: #fff;
  text-shadow: #000 2px 2px 6px;
}

div.small a.section:hover {
  background: none;
}

div#content div.section p {
  color: #eef;
  float: left;
  line-height: 1.5em;
  margin: .4em 0;
  padding: 0 1%;
	text-align: left;
  vertical-align: text-top;
  width: 58%;
}

div.section p a, div.section p a:visited {
  color: #6c8cd7;
  text-decoration: none;
}

div.section p a:hover {
  color: #8cacf7;
}

