

* {padding: 0; margin: 0; border: 0;}
/* general selector ========================= */

/*definition body ======================================= */
body {background-color: black; font-family: arial, helvetica, sans-serif; 
font-size: 69%; font-weight: bold; color: white; }

/* definition wrapper ======================================== */
#wrapper {background: black; margin: 0; padding: 0; min-width: 920px; border-collapse: collapse; 
min-height: 600px; color: white;  }
/* end wrapper  */

#home {  background-image: url(../pics/eye.png); background-repeat: no-repeat;  background-position: top center;  }

#home h1 {color: red; padding-top: 300px; text-align: center; font-size: 5em;  }

#home h2 {color: red;  text-align: center; font-size: 3em;  }

#home h3 {color: red;  text-align: center; font-size: 2.5em;  }

#home a {color: red;  text-align: center; font-size: inherit;  }