/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {background-color:black; font-family: arial; font-size:12px; color:white;}

 h1 {font-size:44px; }

#mydiv {
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    position:fixed;
    text-align:center;
}