* {
	margin: 0;
	padding: 0;
	-moz-outline:none;
	}

body {
	background:#121212;
	color:white;
	overflow: auto;
	text-align:center;

	}

.image a, .image a:hover{ border: 0; text-decoration: 0; cursor:pointer;}

#bg{
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top:0; 
	left:0;
}

@font-face {
	font-family: 'League';
	src: url('/League_Gothic.otf');}
	
	
.text{	

	text-align: left; 
	font:  100px/100px League, helvetica arial, sans-serif;
	letter-spacing: 4px;
	width:900px;
	position: relative;
	margin:150px auto;
	text-align:left;
	z-index: 1000;
}

.text a { 
	font:  11px/20px "andale mono", helvetica arial, sans-serif;
	letter-spacing: 2px;
	color: white;
	text-decoration: none;
}
.text a:hover { 
		color: #999;
	text-decoration: none;
}


img.backgr {
	width: 100%;
	position: fixed; 
	display: block; 
	top: 0; 
	left: 0;
	z-index: 0;
} 




