/* CSS Document */

body
{
   	background-image:url('background.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center center;
}
