#MainWindow {
width: 900px;
height:530px;
position: relative;
background-color: #000000;
}

#Player {
width: 640px;
height:360px;
position: absolute;
left 1px;
top: 1px;
background-color: #000000;
}

#btn {
width: 639px;
height: 60px;
position: absolute;
left: 1px;
top: 370px;
}

#ch1 {
width: 200px;
height: 40px;
position: absolute;
top:0px;
left: 10px;
}

#ch2 {
width: 200px;
height: 40px;
position: absolute;
top:0px;
left: 220px;
}

#ch3 {
width: 200px;
height: 40px;
position: absolute;
top:0px;
left: 430px;
}

#tim {
width: 110px;
height: 20px;
position: absolute;
top:30px;
left: 470px;
display: none;
}

#tweet-tm {
width:259px;
height:420px;
position:absolute;
left:640px;
top:0px;
background-color:#FFFFFF;
padding:1 0 0 1px;
line-height: 1.10em;
}

#window {
   position: absolute;
   width: 540px;
   height: 380px;
   top: 30px;
   left: 50px;
   background-color: #000000;
}

#ptitle {
   position: absolute;
   width: 560px;
   height: 20px;
   top: 10px;
   left: 30px;
   color: #FFFFFF;
}

#infomation {
width: 898px;
height:107px;
position: absolute;
left: 1px;
top: 421px;
background-color: #ffffff;
padding: 5px;
}

#programlist {
overflow:auto;
width: 250px;
height: 100px;
}

#playlist {
overflow:auto;
width: 250px;
height: 310px;
}

#tdata {
display: none;
}