*{ padding:0; margin:0;}
html {
   height:100%;
   max-height:100%;
   overflow:hidden;
}
body {
   height:100%;
   max-height:100%;
   overflow:hidden;
}
iframe {
   height:100%;
   visibility:inherit;
   width:100%;
}
#music {
   position: absolute;
   right:20px;
   bottom: 0;
   z-index:5;
}
#main {
   overflow:hidden;
   height:100%;
   width:100%;
}
#mediaplayer_dir {
   display:none;
}
#mediaplayer_title {
   display:none;
}
#mediaplayer_lock {
   right: 0;
   bottom: 0px;
   position: absolute;
   z-index:10;
}
#mediaplayer_tool {
   padding:4px 4px 0 0;
   background-image: url(music_title_bg.gif);
   height:22px;
   width:236px;
   text-align:right;
}
#mediaplayer_tool img{
   cursor:pointer;
}
#mediaplayer {
   text-align:left;
}