body {
  color: #cc9897;
  font-family: "Univers LT W01 45 Light", arial;
  font-size: 18pt;
  line-height: 1.4em;
  background: #663333;
  letter-spacing: 1px;
  word-spacing: -1px; }

h1 {
  display: none;
  color: #feeede;
  font-weight: normal;
  font-size: 60pt;
  font-family: "AbrilW01-DisplaySemiBol", arial;
  letter-spacing: 3px; }

a {
  text-decoration: none;
  color: #feeede;
  font-weight: normal;
  padding: 5px 5px; }
  a.active {
    color: #d2dbe9; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 24pt;
  line-height: 1.2em; }

a:hover {
  text-decoration: none;
  color: #d2dbe9; }

p:first-child {
  margin-top: 0; }

p.link {
  color: #feeede;
  cursor: pointer; }
  p.link:hover {
    color: #d2dbe9; }

#container {
  margin: 0 auto;
  width: 1055px; }

#menu {
  display: none;
  float: left;
  width: 170px;
  margin-right: 85px; }

#content {
  display: none;
  float: left;
  background: url("logo.png") no-repeat;
  width: 800px;
  height: 767px; }
  #content #screen {
    position: relative;
    overflow: auto;
    top: 55px;
    left: 84px;
    height: 425px;
    width: 595px;
    padding: 20px; }
    #content #screen div {
      display: none; }
    #content #screen .home {
      display: block; }
      #content #screen .home p {
        display: none; }

#led {
  display: none;
  height: 16px;
  width: 52px;
  position: relative;
  left: 658px;
  top: 112px;
  background: #d2dbe9;
  box-shadow: 0px 0px 8px white;
  cursor: pointer; }

#logo img {
  display: none; }
