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%;
}

#bgimg { position:absolute; z-index: -1; }

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
}

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#exampleDiv { width:100%; background:#000; position:absolute; top: 50px; text-align:center; padding:10px 0; }
	#exampleDiv a { color:#fff; font-family:Verdana; font-size:12px; text-decoration:none; }
	#exampleDiv a:hover { 	background:#fff; color:#000; }
	
#realBody {}
#realBody .siteContent { margin-top:10%; margin-left:10%; font-family:Verdana, Geneva, sans-serif; color:#FFF; font-size:12px; }

#realBody .siteContent .siteContentInner h1.pageTitle { margin:0px 0px 114px 0px; padding:0px; color:#ffffff; font-size:26px;}
#realBody .siteContent .siteContentInner .logo { margin:0px 0px 38px 0px;}
#realBody .siteContent .siteContentInner { float:left;}
#realBody .siteContent .siteContentInner .details { float:left; padding:0px; margin:0px; list-style:none; }
#realBody .siteContent .siteContentInner .details li { float:left; width:302px; font-size:12px; line-height:19px;}	
#realBody .siteContent .siteContentInner .details h3 { margin:0px 0px 7px 0px; padding:0px; font-size:16px; color:#FFFFFF;}
#realBody .siteContent .siteContentInner .details a { color:#FFFFFF; text-decoration:none;}
#realBody .siteContent .siteContentInner .details a:hover { color:#FFFFFF; text-decoration:underline;}

h1.pageTitle { margin:0px 0px 114px 0px; padding:0px; color:#ffffff; font-size:26px;}