/* SOTL Main CSS */
html, body {
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  color: #CCCCCC;
  background-color: #000000;
  background-image: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: repeat;
  }

img {
  border: 0px;
  }

/* Navigation */
#navigation {
  position: absolute;
  width: 400px;
  bottom: 10px;
  margin: 0px 0px 0px -200px;
  padding: 0px;
  left: 50%;
  z-index: 2;
  }
  
#navigation p {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  }
  
#navigation a {
  color: #CCCCCC;
  text-decoration: underline;
  }
  
#navigation a:hover {
  color: #FFFFFF;
  text-decoration: none;
  }
  
  
/* Default CSS */
h1 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 4px;
  }
  
#wrap {
  position: absolute;
  width: 992px;
  top: 50%;
  left: 50%;
  margin: -182px 0px 0px -496px;
  text-align: center;
  }
  
#page {
  margin: 0px auto;
  padding: 0px;
  }