/*
 *  psd2css.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 
 *  January 28, 2011, 3:04 pm with psd2css Online version 1.93
 *
 */

body {
  margin: 0; padding: 0;
  /* This is the background image to the entire page that you
   * get because of the layer '_bodybg_jpg' 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(Layer-1.jpg) ;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: small;
}

/* This is a wrapper for the _center2 layer you made */
#Layer-2-wrapper {
  position: relative;
  width: 533px;
  margin: auto;
}

/* You named this layer _center2 */
#Layer-2 {
  position: absolute;
  left: -25px;
  top: +151px;
  width: 533px;
  height: 100px;
  z-index: 2;
}

/* 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 {
  cursor: pointer;
  outline: none;
}
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

