.background {
	background-position: center;
	background-color:#FFFFB0;
	background-repeat: no-repeat; /*Only one image, so don't repeat it */
	border-color: #0F0;
	font-size: 14px;
	min-height:800px;
} 

.background2 {
	background-color: #FFFFB0;
	/*background-position:top;*/
	/*background-image:url(../images/background.png);*/
	background:url(../images/background.png) top center fixed no-repeat;
	/*background-repeat:no-repeat;*/
	height: 100%;/*height: 992px; /*Height of the image */
	width: 100%;/*width: 753px; /*width of the image */
	border-color:#0F0;
	min-height:940px;
	/*position:fixed;*/ 
	z-index:-1;
} 
.background_long {
	background-position:center;
	background-image:url(../images/background_long.jpg);
	background-repeat: no-repeat; /*Only one image, so don't repeat it */
	height: 1200px; /*Height of the image */
	width: 753px; /*width of the image */
	border-color:#0F0;
	font-size: 14px;
} 
