*{
	margin:0px;
	padding:0px;
}
body {
	/*background-image: url(page1.jpg);*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:left bottom;
	min-height:517px;
	font-family: Arial, Helvetica, sans-serif;	
  background-color:#9ACB3C;
}

a{
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	text-decoration: underline;	
}
#content{
	background-color:#9ACB3C;	
	text-align: center;
}
.stretcher{
		font-size:12px;
	background-color:#9ACB3C;
}
.stretcher a{
	color:#FFFFFF;
}

