/* CSS Document */

body {
		background-image:url(images/background.jpg);
		background-attachment:fixed;
		background-repeat:repeat-x;
		margin:0px;
		}
		
