@charset "utf-8";
/* CSS Document */

body {

	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	background:#000 url('../img/pattern-logo.jpg') no-repeat scroll center top;
	color: #fff;
	text-align: center;
}


/*body {
	font-family:Tahoma; 
	font-size:11px;
	color:#fff;
	background:#131313;
	margin:0;
	padding:0;
	height:100%; /* this is the key!
} */


.wrap {
	height:100%; 
}


div.content { 
	height:100%; text-align:left;

}

div.container {
	margin-left:auto; margin-right:auto; width:700px; padding-top:640px; text-align:right; 
}

a:link { outline:none; border:none; color:white; font-size:32px;
}
a:hover { outline:none; border:none; color:#f00f79;}


/*	Other/Hacks ----------------------------------------------------------- */

	.hide { display:none; }
	.fleft { float:left; }
	.clear { clear:both; display:block; }
	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}

	.clearfix { display:inline-block; }
	/* Hide from IE Mac \*/
	
	.clearfix { display:block; }
	/* End hide from IE Mac */

	* html .clearfix { height:1px; } /*IE6*/
	
/**/