    #main
      {
      background-color: #CCCCCC;
      text-align: center;
      height: 100%;
      }

    #showmain
      {
      position: relative;
      width : 800px;
      height : 600px;
      padding : 10px;
      font-family: "Agency FB", "Arial Narrow", "Gill Sans MT Condensed", sans-serif;
      border: 2px solid #CC0000;
      background : url('images/kandi_bg.jpg');
      background-repeat: no-repeat;
      overflow: hidden;
      text-align: left;
      margin: 0 auto;

      }
    #kandi
      {
      position: absolute;
      left: 480px;
      top: 0px;
      width : 320px ;
      text-align: center;
      padding: 0px;
      }
    #kandi img
      {
      position : relative;
      top: 10px;
      }
    #info
      {
      position : relative ;
      left : 0px ;
      top : 10px ;
      width : 440px;
      height : 500px;
      background-color: #ffffff;
      overflow : auto;
      padding : 10px;
      border: 0px solid #FF0000;
      background : url('');
      }
    #credits
           {
           margin : 0px;
           position : absolute;
           top : 545px;
           right : -22px;
           border: 1px solid #CC0000;
           text-align: center;
           padding: 5px;
           width : 330px ;
           height: 70px;
           font-family: arial, helvetica, serif;
           font-size: 10px;
           }
    #links li
           {
           display: inline;
           }
    #links ul
           {
           list-style-type: none;
	   list-style-image: none;
           }
    #tickets
           {
           border: 1px solid #990000;
           }
    #tickets td,th
           {
           border: 1px solid #990000;
           padding: 5px;
           }

    #cast ul
           {
           padding: 0 0 10px 10px;
           list-style-type: none;
	   list-style-image: none;
           }
    td
           {
           padding: 10px;
           }
