body {
	background: #000 url('stripe.png');
	color: #fff; 
	margin: 0;
	}
	
#login {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 25px;
	background: #111;
	border-bottom: solid 1px #333;
	}

#lform{
	margin-right: 10px;
	margin-top: 3px;
	}
	
.ltext{
	margin-right: 10px;
	margin-top: 8px;
	font-family: helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	}
	
input.login {
	background: #333;
	color: #fff;
	border: 0;
	width: 100px; 
	margin-right: 5px;
	padding: 2px;
	}
	
a {
	color: #fff;
	background: #ff0000;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-family: Courier, monospace;
	text-decoration: none;
	margin-left: 2px;
	}
	
#box {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 250px;
	border: 10px solid #333;
	background: #111;
	}
	
input.url {
	background: #fffacd;
	color: #000;
	border: solid 1px #ffff00;
	font-family: Courier, monospace;
	width: 280px;
	}
	
#hnic {
	font-family: helvetica, sans-serif;
	font-size: 65px;
	font-weight: bold;
	letter-spacing: -9px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 400px;
	line-height: 36px;
	}
	
#hnic a {
	font-family: helvetica, sans-serif;
	background: none;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	}
	
#hnic a:hover {
	color: #EC008C;
	}
	
#content {
	padding: 60px;
	}
	
.title {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing:-1px;
	}