/*
 *  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 
 *  June 3, 2009, 3:27 am with psd2css Online version 1.38
 *
 */

body{
  margin: 0; padding: 0;
  /* This is the background image to the entire page that you
   * get because of the layer 'b_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);
}

/* You named this layer b_jpg */
#Layer-2 {
  position: absolute;
  left: +0px;
  top: +0px;
  width: 1024px;
  height: 768px;
  z-index: 2;
}

/* You named this layer page elements */
#Layer-3 {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 471px;
  height: 757px;
  z-index: 3;
}

/* You named this layer brianloch_page */
#Layer-4 {
  position: absolute;
  left: 92px;
  top: 255px;
  width: 334px;
  height: 287px;
  z-index: 4;
}

/* You named this layer brianloch01_lbthumb */
#Layer-5 {
  position: absolute;
  left: 527px;
  top: 273px;
  width: 458px;
  height: 416px;
  z-index: 5;
}

/* 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; }
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}


