
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<link rel="stylesheet" type="text/css" href="../css/reset.css"/>
<link href="../css/style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Adly Moto - Staff Login</title>

</head>

<body id="bg">

<div id="wrapper">



<div id="header">

	<div id="logo"><img src="../images/logo.jpg" alt="Adly Moto" height="100" width="230"  /> <p>Australian Distributors</p> </div><!--end logo-->

    	<div class="right-head"> <div class="img"> </div> </div>

	<div id='nav'>
		
		<ul>

			<li><a href='manuals.php'>Downloads</a></li>

			<li><a href='login.php'>Dealer Login</a></li><li><a href='staff-login.php'>Staff login</a></li>
		</ul>
	</div>

</div><div id='content-wrapper'>
<h1>Staff Login</h1>

		<form type='submit' action='staff-login.php' method='post'>

		<label>Username:<input type='text' name='username' /></label>

		<label>Password:<input type='password' name='password' /></label>

		<input type='submit' value='Login' />

		</form>

		


</div>

</div>

<div id="footer">

   <p class="copyright">Adly Moto &copy; 2012</p>

   <p class="copyright">&nbsp;</p>

   <p class="copyright"><a href="http://www.web-design-perth-west-aust.com.au/" target="_blank">Web Design Perth WA</a></p>

</div><!--end footer-->

</body>

</html>