/**
 * NINJA STYLESHEETS
 * 
 */


/* RESET */
	
	* { margin: 0; padding: 0; }
	img { border: none; }
	p { margin-bottom: 18px; }
	.l { float: left; }
	.r { float: right; }



/* GENERAL */
	
	body {
		font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
		font-size: 14px;
		background: #000 url(../img/bg.jpg) no-repeat center 40px;
		color: #fff;
		line-height: 18px;
	}
	
	#container {
		width: 800px;
		margin: 0 auto;
		position: relative;
	}
	
	.content {
		position: absolute;
		width: 800px;
		top: 350px;
		text-align: right;
	}
	
	h1 { display: block; width: 95px; height: 95px; position: absolute; right: 0; top: 45px; background: url(../img/spacer.gif); }
	h1 a { display: block; width: 95px; height: 95px; }
	h1 a span { display: none; }
	
	a { color: #fff; text-decoration: underline; font-weight: bold; }
	a:hover { color: #99fa4b; text-decoration: underline; font-weight: bold; }
	
	.hidden { color: #000; }



