
html {
}

body {
	background:		#000000;
	
	padding:		0px;
	margin:			0px;

	overflow:		hidden;

	height:			100%;
	width:			100%;
}

img {
	/* Disable borders on IE */
	border:			0px solid black;
}

#lefthand {
	position:		absolute;
	left:			0px;
	top:			0px;
}

#enter {
	position:		absolute;
	left:			50%;
	margin-left:	-172px;
	background-image: URL( "../images/intro/enterlower.jpg" );
}

#enter_image {
	filter:			alpha(opacity=0);
	-moz-opacity:	0;
}

#righthand {
	position:		absolute;
	right:			0px;
	top:			0px;
}

