/* CSS Document */

body {
	background-image: url(gfx/new/bkgrnd.gif);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	}
.tileleft {
background-image: url(gfx/new/shdw_lft2.png);
background-attachment: scroll;
background-position: right;
background-repeat: repeat-y;
}
.tileright {
background-image: url(gfx/new/shdw_rght2.png);
background-attachment: scroll;
background-position: left;
background-repeat: repeat-y;
}
p.copyright { text-align: center; color: #666; font: 12px Arial, Helvetica, sans-serif;}