      .playarea {
      position: absolute;
      top: 50px;
      left: 20px;
      height: 500px;
      width: 1300px;
      background-color: cyan;
      }
      .notes {
      position: absolute;
      white-space: pre;
      font-family: "Courier New",monospace;
      -webkit-transition-property: -webkit-transform;
      -webkit-transition-delay: 0s;
      -webkit-transition-timing-function: linear;
      left: 15px;
      top: 150px:
      }
      .box {
      }
      .radio{
       position: absolute;
       font-family: "Courier New",monospace;
       white-space: pre;
       display:inline-block;
      }
      .art {
       position: absolute;	  
       font-size: 18px;
       font-family: "Courier New",monospace;
       line-height: 100%;
       display:inline-block;
       top: 90px;
       left: 20px;
      }
      .on {
       font-family: "Courier New",monospace;
       white-space: pre;
       background-color: white;
       color: black;
      }
      .off {
       font-family: "Courier New",monospace;
       white-space: pre;
       background-color: black;
       color: white;
      }
      .level{
       font-family: "Courier New",monospace;
       white-space: pre;
      }
      #volfield {
       position: relative;	
       width: 220px;
       font-family: "Courier New",monospace;
       white-space: pre;
       background-color: pink;
       display:inline-block;
      }
      #volume{
       position: relative;	
       background-color: yellow;
       display:inline-block;
      }
      #tunefield {
       position: relative;
       width: 352px;
       font-family: "Courier New",monospace;
       white-space: pre;
       background-color: green;
       display:inline-block;
      }
      #tune{
       background-color: blue;
       display:inline-block;
      }
      #tune_cur{
       font-family: "Courier New",monospace;
       white-space: pre;
      }
      #tune_status{
       font-family: "Courier New",monospace;
       white-space: pre;
       opacity: 0;
      }
      .credit {
        position:absolute;
        top: 550px;
        left:0px;
	font-size: 12px;
        background-color: Pink;
       }
      .comments {
        position: absolute;
        font-family: "Courier New",monospace;
        white-space: pre;
      }
      .warning {
        position:absolute;
        top: 50%;
        font-face: bold;
        font-size: 42px;
        color: red;
      }
      .twitter {
         position: absolute;
         top: 0px;
	 left: 630px;
         width: 600px;
         height: 500px;
       }
      .tweet {
         position: absolute;
         bottom: 0px;
         width: 630px;
         border: 1px solid blue;
         padding: 3px;
       }
      #logo{
          position: absolute;
	  top: 5px;
	  left: 20px;
      }