* {margin:0;padding:0;font-family:sans-serif;}
img { border:0 }
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
background: url('/bg.png');
}
#outer {height: 80%; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}
      
#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
        
#inner {position: relative; top: -50%; text-align: left;} /* for explorer only */
#inner {width: 400px; margin-left: auto; margin-right: auto; text-align:center;} /* for all browsers*/

div.intext {
font-size: 0.9em;	
padding-top: 4em;
}
.note {
position: absolute;	
right: 1em;		  
bottom: 1em;	   
color: #AD0000;		
font-size: .7em;
}
.nfo {
    position: absolute;
    left: 1em;
    bottom: 1em;
    color: gray;
    font-size: .7em;           
}
a {
    color: #AD0000;
}
.nfo a {
    color: gray;
}
