/*
 *  HODCredits.css
 *
 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  If you are going to create multiple pages from the same
 *  PSD file (like a template), you will share this CSS style sheet between the various
 *  pages.
 *
 *  This file was originally generated at http://psd2cssonline.com 
 *  November 7, 2008, 8:16 am with psd2css Online version 1.14
 *
 */

body{
  /* This is the background image to the entire page that you
   * get because of the layer 'HODCredits' that you created.
   * If you would like this layer to stay static relative to the
   * browser window (you don't want it to scroll with your content)
   * just add the word 'fixed' to the line below (before the ;). */
  background: url(HODCredits-2.jpg);
}

/* You named this layer Background */
#HODCredits-1 {
  position: absolute;
  left: +0px;
  top: +0px;
  width: 800px;
  height: 1024px;
  z-index: 1;
}

/* You named this layer Credits_bkgnd_center_jpg */
#HODCredits-3 {
  position: absolute;
  margin-left: -400px;
  left: 50%;
  top: +0px;
  width: 800px;
  height: 1024px;
  z-index: 3;
  background-image: url(HODCredits-3.jpg);
}

/* You named this layer TextBox1_text */
#HODCredits-4 {
  position: absolute;
  left: 387px;
  top: 176px;
  width: 401px;
  height: 835px;
  z-index: 4;

  /* Here are some suggestions for this area's text settings */
  text-align: left;
  /* If you don't want scroll bars when your content gets bigger than the space
   * you designed for it, remove the following line.      */
  overflow: auto;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #c228c2;
}


/* You named this layer Bottom_text */
#Bottom {
  position: absolute;
  left: 10px;
  top: 1024px;
  width: 780px;
  height: 24px;
  z-index: 4;

  /* Here are some suggestions for this area's text settings */
  text-align: center;
  /* If you don't want scroll bars when your content gets bigger than the space
   * you designed for it, remove the following line.      */
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #c228c2;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a:link { color: #c228c2; }
a:visited { color: #7d08a4; }
a:hover {
  color: #c2a3cc;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

