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: #1F1814;
}

#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:760px;
	width:100%;	/* Make the new body fill the screen */
	left: 0;
	top: 0;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #FFF;
	font-weight: bold;
}

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

#exampleDiv {
	width:100%;
	position:absolute;
	top: 25px;
	text-align:right;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

	#exampleDiv a {
		color:#fff;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
	}

	#exampleDiv a:hover {
		background:#fff;
		color:#000;
	}#logo {
	width: 100%;
	text-align: center;
	margin-top: 100px;
}
#logo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #F89829;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
}
#logo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #B2C3DB;
	text-decoration: none;
}
#wrap {
	background-color: #F60;
	text-align: center;
	width: 100%;
	height: 100px;
}
