i am useing this code to read html pages :
WebClient client = new WebClient(); String htmlCode = client.DownloadString(@\"C:\\checkemails\\check.htm
try using HTMLAgilityPack for this sort of thing...
for select item from a div see for example Select only items in a specific DIV using HtmlAgilityPack