/* 
    Document   : wowstyle
    Created on : Nov 23, 2010, 4:17:39 PM
    Author     : dsloan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
height:100%; /* this is the key! */
}

.mainOptin {
  left:50%; 
  margin-left:-250px;
  position:absolute;
  z-index:2000;
 
  display:none;
  
  
}

.middleOptin {
  left:50%;
  margin-left:-250px;
  top:50%;
  position:absolute;
  z-index:2000;
 
  display:none;
  
  
}

.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 1500;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
display:none;
}