html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    color: white;
}

#navlist li
{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

#navlist{
  padding: 10px;
}

.light-text {
  color: #f7f8f3;
}

.lighter-text {
  color: #fff;
}

.dark-text {
  color: #3b3b3b;
}

.darker-text {
  color: #333;
}

/*
a:link              { color:white; text-decoration:none; }
a:visited           { color:red; text-decoration:none; }
a:hover             { color:gray; text-decoration:none; }
a:active            { color:gray; text-decoration:none; }

a.otherLink:link    { color:red; text-decoration:none; }
a.otherLink:visited { color:red; text-decoration:none; }
a.otherLink:hover   { color:green; text-decoration:none; }
a.otherLink:active  { color:red; text-decoration:none; }

*/


/*
.wrapper {
    display: table;
    height: 100%;
    width: 100%;
    background: yellow;
}
.header {
    display: table-row;
    background: black;
    height: 50px;
}
#container {
    height: 100%;
}
.footer {
    display: table-row;
    background: black;
    height: 50px;
}


#inner-content{
  color: white;
  font-size: 30px;
  font-family: sans-serif;
  padding: 20px;
  overflow: auto;
  position: relative;
  height: 100%;
}

#text-block{
  margin-top: 20px;
  width: 500px;
  height: 100px;
  font-size: 15px;
}


#brandi-pic{
  position: absolute;
  width: 598px;
  height: 546px;
  background-image: url("/brandi.jpg");
}

#squares-holder{
  position: absolute;
  left:650px;
  width: 3500px;
  height: 90%;
  background-color: white;

}

#overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

}

#overlay-background{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-color: black;
  z-index: 99;

}




#video-holder{
  top: 200px;
  position: relative;
  width: 900px;
  height: 400px;
  margin: 0 auto;
  background-color: black;
  border:5px solid white;
  z-index: 1000;

}
*/

