/* CSS Document */

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(pix/bgBody.gif);
	background-attachment: fixed;
	background-repeat:  repeat;
}

#splash{
	background-image:url(pix/bg.gif);
	text-align:center;
	width:100%;
	background-attachment: fixed;
	background-repeat:  repeat-x;
}