/*
 *  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 4, 2010, 2:24 am with psd2css Online version 1.78
 *
 */

body {
  /* 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 index_page */
#Layer-2 {
  position: absolute;
  left: +0px;
  top: +0px;
  width: 1150px;
  height: 430px;
  z-index: 2;
}

/* You named this layer index_text */
#Layer-3 {
	position: absolute;
	left: 5px;
	top: 443px;
	width: 414px;
	height: 44px;
	z-index: 3;
	/* 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.      */
 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC00;
}

/* 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: #333333;
 text-decoration:none; }
a:visited { color: #333333;
 text-decoration:none; }
a:hover {
  color: #448ccb;
  text-decoration:none;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}
