<%@ Page Language="VB" MasterPageFile="~/master.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" title="Tiger-Telecom.com" %>
<%@ Register Assembly="RadMenu.Net2" Namespace="Telerik.WebControls" TagPrefix="radM" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <br />
    <br />
    <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 72px;">
        <tr>
            <td style="background-position: right bottom; background-image: url(App_Themes/White/Images/leftTopCorner.gif);
                width: 6px; background-repeat: no-repeat; height: 6px">
            </td>
            <td style="background-position: center bottom; background-image: url(App_Themes/White/Images/topSideTable.gif);
                width: 568px; background-repeat: repeat-x; height: 6px">
            </td>
            <td style="background-position: left bottom; background-image: url(App_Themes/White/Images/rightTopCorner.gif);
                width: 6px; background-repeat: no-repeat; height: 6px">
            </td>
        </tr>
        <tr>
            <td style="background-position: right center; background-image: url(App_Themes/White/Images/leftSideTable.gif);
                width: 6px; background-repeat: repeat-y">
            </td>
            <td style="width: 568px">
                <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; background-repeat: repeat-x;
                    height: 100%">
                    <tr>
                        <td colspan="6" style="font-size: 10pt; vertical-align: middle; color: #000000; height: 85px; text-align: center;">
                            <asp:Label ID="Label1" runat="server" Text="Welcome"></asp:Label>
                            <br />
                            <asp:Label ID="Label2" runat="server" Text="Please choose a category from the menu on the left"></asp:Label></td>
                    </tr>
                </table>
            </td>
            <td style="background-position: left center; background-image: url(App_Themes/White/Images/rightSideTable.gif);
                width: 6px; background-repeat: repeat-y">
            </td>
        </tr>
        <tr>
            <td style="background-position: right top; background-image: url(App_Themes/White/Images/leftBottomCorner.gif);
                width: 6px; background-repeat: no-repeat; height: 6px">
            </td>
            <td style="background-position: center top; background-image: url(App_Themes/White/Images/bottomSideTable.gif);
                width: 568px; background-repeat: repeat-x; height: 6px">
            </td>
            <td style="background-position: left top; background-image: url(App_Themes/White/Images/rightBottomCorner.gif);
                width: 6px; background-repeat: no-repeat; height: 6px">
            </td>
        </tr>
        <tr>
            <td colspan="3" style="background-position: right top; background-repeat: no-repeat;">
            </td>
        </tr>
    </table>
    &nbsp;
</asp:Content>


