<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
	<!--
                                                  __                                 ___         __     
       __                                        /\ \                              /'___`\     /'__`\   
  ___ /\_\    ___     __   _____   _ __   ___    \_\ \  __  __    ___     __      /\_\ /\ \   /\ \/\ \  
/' _ `\/\ \  /'___\ /'__`\/\ '__`\/\`'__\/ __`\  /'_` \/\ \/\ \  /'___\ /'__`\    \/_/// /__  \ \ \ \ \ 
/\ \/\ \ \ \/\ \__//\  __/\ \ \L\ \ \ \//\ \L\ \/\ \L\ \ \ \_\ \/\ \__//\  __/       // /_\ \__\ \ \_\ \
\ \_\ \_\ \_\ \____\ \____\\ \ ,__/\ \_\\ \____/\ \___,_\ \____/\ \____\ \____\     /\______/\_\\ \____/
 \/_/\/_/\/_/\/____/\/____/ \ \ \/  \/_/ \/___/  \/__,_ /\/___/  \/____/\/____/     \/_____/\/_/ \/___/ 
                             \ \_\                                                                      
                              \/_/                long live the new fresh! www.niceproduce.com
	-->
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>NiceProduce.com CMS V2.0 :: Just who do you think you are?</title>
	<link rel="stylesheet" href="/style/main.css" type="text/css" />
	<link rel="stylesheet" href="/style/login.css" type="text/css" />
</head>
<body>
	<div id="frame">
		<div id="header"><h2><span>NiceProduce.com :: Content Management System V2.0</span></h2></div>
		<div id="login">
			<form action="" method="post">
				<fieldset>
					<h3>Welcome.</h3>
					<p class="input">
						<label for="login_username">Username</label>
						<input type="text" id="login_username" name="login_username" size="30" />
					</p>
					<p class="input">
						<label for="login_password">Password</label>
						<input type="password" id="login_password" name="login_password" size="30" />
					</p>
					<p>
						<input type="submit" value="Log in" class="submit" />
					</p>
				</fieldset>
			</form>

		</div>
		<div class="cl"></div>
	</div>
	<div id="footer">
		<strong>The NiceProduce CMS</strong> :: 100% handcrafted by me.<br />
		All code and jibber-jabber &copy; to NiceProduce.com.
	</div>
</body>
</html>