/* ====================================================================================================
      Default Style Elements (common HTML tags)
   ==================================================================================================== */

body {
   background-color: #000000;
   color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 80%;
   margin: 0;
   padding: 0;
   text-align: left;
}

a img {
   border: none;
}

h1 {
   font-size: 120%;
   margin: 0;
   padding: 0;
}


/* ====================================================================================================
      Layout Style Elements (defined by 'id' tags)
   ==================================================================================================== */

#center_xy {
   height: 596px;
   width: 842px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -298px;
   margin-left: -421px;
}


/* ====================================================================================================
      Other Style Elements (defined by 'class' tags)
   ==================================================================================================== */

/* remove the dotted line that appears around active links in Firefox */
:-moz-any-link:focus {
  outline: none;
}

.floatLeft {
   float: left;
}

.floatRight {
   float: right;
}

