@charset "utf-8";
/* CSS Document */

body
{ 
background-image: url(BG.gif);
background-repeat: repeat;
background-attachment:fixed;
background-position: top center
}
.base
{
	background-image: url(Base.gif);
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: top center
}

