/* CSS Document */

#bg {background-image: url(images/bg.jpg);
     background-repeat: no-repeat;} 

#bgNEW {background-image: url(images/bgNEW.jpg);
     background-repeat: no-repeat;} 
	 	 
#topbg {background-image: url(images/topbg.jpg);
     background-repeat: no-repeat;}	 	 

#castle {background-image: url(images/castle.jpg);
     background-repeat: no-repeat;
	 background-position: bottom right;}	 

#doug {background-image: url(images/doug.jpg);
     background-repeat: no-repeat;}
	 


	   
