body { background: url("intro_bg.jpg") no-repeat #80b3c0; }

#mp3player { 
	float: left;
	margin: 350px 0 0 32px;	
	clear: both;
}

#player {
	height: 540px; width: 661px;
	border: 3px solid #fff; 
}

#menu { 	
	padding: 10px 0 0 0;
	margin-left: 0;
	list-style: none;
	clear: both;	
}

#menu ul { float: left; list-style: none; }
#menu li { float: left; list-style: none; }

#menu a { display: block; width: 286px; height: 150px; margin: 0 auto; background-position: 0 0; 
  		  	 position: relative; overflow: hidden; text-indent: -999em; float: left;}
#menu a:hover, #menu .current a  { float: left; background-position: 0 -150px; background-color: transparent;  }

#no a { float: left; background-image: url("menu_no.png"); }
#en a { float: left; background-image: url("menu_en.png");   }
#fan a { float: left; background-image: url("menu_fan.png");   }



#menu a {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}