/* line below defines background image */

/* body {background-image: url("../images/rainbow.gif");background-attachment: fixed}*/

body {
	background-image: url("../images/background2.jpg"); 
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:center;
} 


