

html {
	height:100%;
	
	}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	outline: none;
	}
	
link {
	outline: none;
	}	
	
	body {
			height:100%;
	margin: 0px;
	padding: 0px;
	

	background: #000;
	font-family:Verdana, sans-serif;
	font-size:small;
	
	color:#666;

	


}
	
	a#skip_intro {
		display: block;
		position: absolute;
		bottom: 0px;
		left: 50%;
		width: 151px;
		height: 50px;
		margin-left: -75px;
			background-image:url(images/skip.png);
	background-position: bottom;
	z-index: 1000;
		}
		
			a:hover#skip_intro {
			background-position: top;	
			}