html,body {
	height: 100%;
	overflow: auto;
}

div#wrapperFlash {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #000 url(img/ntl_logo.jpg) no-repeat 40px 20px;
	color: #FFF;
}

object, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

div#wrapperSplash, div#wrapperExpressInstall {
	position: absolute;
	width: 400px;
	height: 175px;
	top: 50%;
	left: 50%;
	margin: -85px 0 0 -200px;
	/* border: 1px solid red; */
}
	div#wrapperSplash img {
		display: block;
		position: absolute;
		border: none;
	}
/* settings panel minimum dimensions 215 x 138 */
div#wrapperExpressInstall {
	display: none;
	margin: 100px 0 0 -200px;
}
	
a#installLink {
	display: block;	
	position: absolute;
	margin: 140px 0 0 5px;
	text-decoration: none;
	width: 227px;
	height: 28px;
	background: url(img/get_fp.jpg) no-repeat 0 5px;
}
a#installLink:hover {
	background: url(img/get_fp.jpg) no-repeat 0 -23px;
	height: 35px;
}

a#enterLink {
	display: block;	
	position: absolute;
	margin: 135px 0 0 5px;
	text-decoration: none;
	width: 227px;
	height: 28px;
	background: url(img/enter_page.jpg) no-repeat 0 5px;
}
a#enterLink:hover {
	background: url(img/enter_page.jpg) no-repeat 0 -23px;
	height: 35px;
}

div#footer {
	position: absolute;
	width: 294px;
	height: 31px;
	left: 40px;
	bottom: 30px;
}

