/* CSS Document */

.filter0	{
	filter          :Alpha(opacity=0);
	-moz-opacity	:0.6;
	}

.filter50	{
	filter          :Alpha(opacity=50);
	-moz-opacity	:0.6;
	}

.no-repeat	{
	background-image	:url(./images/yoshi03.jpg);
	background-repeat	:no-repeat;
	background-position	:15% 10%;
	background-attachment	:fixed;
	}