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%;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#FFFFFF;
}
#bgimg {
	position:absolute;
	z-index: -1;
}
a img, a:hover img {
	border:none;
}
#cont-body {
	position:absolute;
	z-index: 5;
	overflow:auto;
	height:100%;
	width:100%;
}
#cont-body a {
	width:98%;
	height:98%;
	display:block;
}
#banner {
	width:500px;
	height:308px;
	background:#fff;
	position:absolute;
	right: 50px;
	top:50px;
	text-align:center;
	padding:0;
}
