/* 
    Document   : cssindex
    Created on : Mar 12, 2012
    Author     : Wade Burch
    Description:
        Purpose of the stylesheet follows.
*/

root {display: block;}
BODY {
    background-color: #000000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}
table {margin: auto;}
td {font-family: Arial,Helvetica,sans-serif; color: #FFFFFF;
    text-align: center; font-size: 14px;}
img {border: 0px}
a:link {text-decoration: none; color: #AAAAAA;}
a:visited {text-decoration: none; color: #AAAAAA;}
a:active {text-decoration: none; color: #AAAAAA;}
a:hover {text-decoration: underline overline; color: #FFFFFF;}

html, body, #behemoth {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   #behemoth {
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
      width: 75%;
   }

iframe#iris {
      width: 100%;
      height: 97%;
      margin: 8px auto;
}

table#navigate {
      height: 100%;
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
      padding: 0 6px 0 6px;
      width: 50%;
}
   
tr#nb {height:85px}
tr#nav {height:15px}

div#boundary {
      position: relative;
      width: 100%;
      height: 100%;
      margin: auto;
}

div#shadow {
      position: absolute;
      background-color: black;
      opacity: 0.72;
      -ms-filter: "alpha (opacity=72)";
      filter: alpha (opacity=72);
      width: 100%;
      height: 100%;
      z-index: 2
}

div#container {
      position: relative;
      width: 100%;
      height: 100%;
      margin: auto;
      z-index: 3;
}

.centeredImage {
        text-align:center;
        margin:0 0 5px -15px;
        padding:0px;
}

