
body{

      background-color:#cdd2e8;

      background-color:#B5BFDA;
      color:white;

      font-family:Arial, Helvetica, sans-serif;

      font-size:small;

} 

 

#alignmiddle {

      position: absolute;

      left: 50%;

      top: 50%;

      width: 1000px;

      height: 750px;

      margin-left:-500px; /*Half the width*/

      margin-top:-375px; /*Half the height */


}

img {z-order:-1;}
