/* CSS Document */
html {
      margin: 0;
      padding: 0;
      border: none;
	  height:100%;
	  text-align:center;
	  vertical-align:top;
}
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#737373;
	margin:0;
	padding:0;
	height:100%;
	text-align:center;

}

#wrapper {
	  height:100%;
	  text-align:center;
      margin: auto;
      padding: auto;
	  
	  width:951px;
	  background:#FFF url(images/text_bg.jpg) no-repeat;	  
}

	 

h1 {
	color:#333333;
	font-size:18px;
	margin:0;
	padding:0;
}


a {
	color: #74B81C;
	text-decoration: none;
	}
a:link {
	color: #74B81C;
	text-decoration: none;
	}
a:active {
	color: #74B81C;
	text-decoration: none;
	}
a:visited {
	color: #74B81C;
	text-decoration: none;
	}
a:hover {
	color: #74B81C;
	text-decoration: underline;
	}

