/*
 *  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 
 *  February 10, 2010, 3:39 pm with psd2css Online version 1.72
 *
 */

body {
  /* This is the background image to the entire page that you
   * get because of the layer '_bodybg' 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.png) ;
}

/* You named this layer stripe_center_jpg */
#Layer-2 {
  position: absolute;
  margin-left: -404.5px;
  left: 50%;
  top: +0px;
  width: 809px;
  height: 700px;
  z-index: 2;
}

/* You named this layer share_fbshare_link */
#Layer-3 {
  position: absolute;
  left: 78px;
  top: 481px;
  width: 187px;
  height: 72px;
  z-index: 3;
}

/* You named this layer share_fbshare_linkover */
#Layer-4 {
  position: absolute;
  left: 78px;
  top: 481px;
  width: 187px;
  height: 72px;
  z-index: 4;
}

/* You named this layer _text_\#696969 */
#Layer-5 {
  position: absolute;
  left: 322px;
  top: 63px;
  width: 428px;
  height: 405px;
  z-index: 5;

  /* 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: #696969;
}

/* You named this layer index_link_jpg */
#Layer-6 {
  position: absolute;
  left: 603px;
  top: 522px;
  width: 147px;
  height: 31px;
  z-index: 6;
}

/* 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: #339; }
a:visited { color: #339; }
a:hover {
  color: #339;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}


