body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	background-color: #000;
}

html {height:100%;}

#top {
	min-height: 80%;
	background-color: #FFF;
	background-image: url();
}

#bot {
	margin: 0 auto;
	width: 570px;
}

#abe {
	background-image: url(../_images/abe.png);
	background-repeat: no-repeat;
	width: 480px;
	height: 435px;
	margin-top: -325px;
	display: inline-block;
}

#sc-txt {
	background-image: url(../_images/SC-txt.png);
	background-repeat: no-repeat;
	width: 603px;
	height: 347px;
	margin-top: -585px;
}

#sub-txt {
	background-image: url(../_images/sub-txt.png);
	background-repeat: no-repeat;
	width: 159px;
	height: 32px;
	margin-top: 180px;
	margin-left: 365px;
	display: none;
}
