salve a tutti
premetto che nn me la cavo di grafica...ma vorrei dare un aspetto piu' gradevole ad una pagina...potete aiutarmi dandomi suggerimenti?
grazie

codice:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Campagne.aspx.vb" Inherits="Operazioni.Campagne"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 16px; WIDTH: 482px; POSITION: absolute; TOP: 48px; HEIGHT: 179px"
				cellSpacing="1" cellPadding="1" width="482" border="1">
				<TR>
					<TD id="TD1" vAlign="top" noWrap rowSpan="2" runat="server">Campagne presenti
						

						


							<asp:datagrid id="dg_Campagne" runat="server" ForeColor="#333333" Width="168px" Height="144px"
								onItemDataBound="nomeSub" GridLines="None" Font-Names="Verdana" AlternatingItemStyle-CssClass="CartListItemAlt"
								ItemStyle-CssClass="CartListItem" FooterStyle-CssClass="CartListFooter" HeaderStyle-CssClass="CartListHead"
								ShowFooter="True" cellpadding="4" Font-Name="Verdana" Font-Size="8pt">
								<FooterStyle Font-Bold="True" ForeColor="White" CssClass="CartListFooter" BackColor="#990000"></FooterStyle>
								<SelectedItemStyle Font-Bold="True" ForeColor="Navy" BackColor="#FFCC66"></SelectedItemStyle>
								<AlternatingItemStyle CssClass="CartListItemAlt" BackColor="White"></AlternatingItemStyle>
								<ItemStyle ForeColor="#333333" CssClass="CartListItem" BackColor="#FFFBD6"></ItemStyle>
								<HeaderStyle Font-Bold="True" ForeColor="White" CssClass="CartListHead" BackColor="#990000"></HeaderStyle>
								<Columns>
									<asp:TemplateColumn HeaderText="Seleziona">
										<ItemTemplate>
											<asp:HyperLink Runat="server" ID="hyper1"></asp:HyperLink>
											

										</ItemTemplate>
									</asp:TemplateColumn>
								</Columns>
								<PagerStyle HorizontalAlign="Center" ForeColor="#333333" BackColor="#FFCC66"></PagerStyle>
							</asp:datagrid></p>
					</TD>
					<TD noWrap vAlign="top">
						



							<asp:label id="LBL_Campo" runat="server" Width="240px" ForeColor="Navy"></asp:label>

							<asp:label id="LBL_descDato" runat="server" Width="80px" Height="16px" Font-Bold="True"> Campagna</asp:label><asp:textbox id="TXT_Campagna" runat="server" Width="264px" Height="24px" BorderStyle="Groove"></asp:textbox>

							

							<asp:label id="Label1" runat="server" Width="80px" Height="16px" Font-Bold="True">Scadenza</asp:label>
							<asp:textbox id="TXT_Scadenza" runat="server" Width="96px" Height="24px" BorderStyle="Groove"
								MaxLength="10"></asp:textbox></P>
						


							<asp:button id="CMD_Nuovo" runat="server" Text="Nuovo"></asp:button>
							<asp:button id="CMD_Salva" runat="server" Text="Salva"></asp:button>
							<asp:button id="CMD_Modifica" runat="server" Text="Modifica"></asp:button>
							<asp:button id="CMD_Cancella" runat="server" Text="Cancella"></asp:button>
							<asp:button id="CMD_Annulla" runat="server" Text="Annulla"></asp:button></P>
						


							<asp:textbox id="TXT_CodCampagna" runat="server" Width="16px" Visible="False"></asp:textbox>
							<asp:label id="LBL_Messaggio" runat="server" Width="240px" ForeColor="Red"></asp:label></P>
					</TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 47px">
						

</P>
					</TD>
				</TR>
			</TABLE>
			<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 152px; POSITION: absolute; TOP: 16px" runat="server"
				Width="248px">Definizioni Campagne</asp:Label>
			
		</form>
	</body>
</HTML>