BODY { 
  background-image: url("images/bg.jpg");
  background-attachment: fixed;
  background-position: 50% 100%;
  background-repeat: no-repeat;
} 

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1B6512;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
