Hello Dear Qt-ers!

I don't understand these webelements. I did across the exampless also.
So could you answer, how can I get the value "20:45", using webelements, from the web site which has the following structure ?! :

Qt Code:
  1. <body class="soccer _fs gecko gecko27 os-win32">
  2. <div class="container">
  3. <div class="adsclear"></div>
  4. <div id="header"></div>
  5. <div class="content">
  6. <div id="main">
  7. <div id="rc-top"></div>
  8. <div id="tc">
  9. <div id="mc">
  10. <div id="box-over-content-a" style="display: inline;"></div>
  11. <div id="box-over-content-b" style="display: none;"></div>
  12. <div id="box-inner-content-a" style="display: none;"></div>
  13. <div id="box-over-content-d" style="display: none;"></div>
  14. <div id="lang-box-wrapper" style="display: none;"></div>
  15. <script type="text/javascript"></script>
  16. <div id="fsbody" class="flashscore" title="">
  17. <div id="fs_overlay" style="display: none;"></div>
  18. <div id="fsi"></div>
  19. <div id="fscon" title="">
  20. <div id="preload" class="preload pvisit" style="display: none;"></div>
  21. <ul class="ifmenu live-menu" title=""></ul>
  22. <div id="fs" class="fs-table" style="opacity: 1;">
  23. <div id="iframe-box-inner-content-a" style="display: none;"></div>
  24. <div class="odds-content">
  25. <table class="odds soccer" title="">
  26. <colgroup></colgroup>
  27. <thead></thead>
  28. <tbody title="">
  29. <tr id="g_1_277gVqT4" class="tr-first stage-finished" title="" style="cursor: pointer;">
  30. <td class="cell_ib icons left"></td>
  31. <td class="cell_ad time">
  32. [COLOR="#FF0000"]20:45[/COLOR]
  33. </td>
To copy to clipboard, switch view to plain text mode 

Thank you for the answer in advance!