
/* This reset below has been superseded by the reset css sheet

* {padding:0; margin:0; }

*/



.outer-container {
                  position: absolute;
                  display: table;
                  width: 100%;
                  height: 100%;
                  background: #989898;
                  }
                  
.inner-container {
                  display: table-cell;
                  vertical-align: middle;
                  text-align: center;
                  }
                  
.centered-content {
                   display: inline-block;
                   }
 
 
                  

img {
     max-width: 1200px;
    }                                                



p{
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   font-size: 11pt;
   color: #F0F0F0;
   line-height: 140%;
   padding: 0px 0px 0px 0px;
   text-align: left;
   width: 1200px;
}



h4{
   font-family: arial, helvetica, sans-serif;
   font-weight: normal;
   font-size: 11pt;
   color: #FFCC00;
   line-height: 140%;
   padding: 0px 0px 5px 0px;
   text-align: left;
   width: 1200px;
}



 input[type="submit"], input[type="button"] {
                                            font-family:arial, helvetica, sans-serif;
                                            font-weight:normal;
                                            font-size: 10pt;
                                            color: #000000;
                                            border-width: 0px;
                                            border-color: ??????;
                                            border-radius:5px;
                                            background-color: #F0F0F0;
                                            padding: 2px 6px;
                                            text-align: center;
                                            text-decoration: none;
                                            }  



/* This is how you can put notes into css without it affecting anything */








  