html {
/*-moz-filter: grayscale(80%);
-webkit-filter: grayscale(80%);
filter: gray; 
filter: grayscale(80%);*/
}
.black-ribbon {   position: fixed;   z-index: 9999;   width: 70px; }
@media only all and (min-width: 768px) { .black-ribbon { width: auto; } }

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }
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;
      width: auto;
      height: auto;
	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 */
/*
	background: url('../img/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
*/
      }

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

#exampleDiv {
	width:100%;
	position:absolute;
	top: 10px;
	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;
*/
	}

#homeDiv {
	width:100%;
	position:absolute;
	top: 0px;
	text-align:center;
	padding:0px 0;
}

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

	#homeDiv a:hover {
/*
		background:#fff;
		color:#000;
*/
	}

#WBVDiv {
	width:100%;
	position:absolute;
	top: 245px;
	left: 365px;
	text-align:center;
	padding:10px 0;
}

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

	#WBVDiv a:hover {
/*
		background:#fff;
		color:#000;
*/
	}
	
#AUSBTDiv {
	width:100%;
	position:absolute;
	top: 345px;
	left: 365px;
	text-align:center;
	padding:10px 0;
}

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

	#AUSBTDiv a:hover {
/*
		background:#fff;
		color:#000;
*/
	}

	
#CBTDiv {
	width:100%;
	position:absolute;
	top: 415px;
	left: 343px;
	text-align:center;
	padding:10px 0;
}

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

	#CBTDiv a:hover {
/*
		background:#fff;
		color:#000;
*/
	}
	
#FBTDiv {
	width:100%;
	position:absolute;
	top: 485px;
	left: 353px;
	text-align:center;
	padding:10px 0;
}

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

	#FBTDiv a:hover {
/*
		background:#fff;
		color:#000;
*/
	}
		