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%;
	color:#FFF;
}

/*additional css */

#pg-nav-bg {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 url(../img/assets/flw-bg.png) repeat-x scroll left top;
height:51px;
}

#pg-nav .nav {
line-height:50px;
margin:0;
}

#pg-nav .nav li:hover, #pg-nav .nav li.sfhover, #pg-nav .nav .current_page_parent, #pg-nav .nav .current_page_ancestor, #pg-nav .nav .current-cat-parent, #pg-nav .nav .current-cat, #pg-nav .nav .current_page_item, #pg-nav .nav .current_page_item a, #pg-nav .nav .current-cat a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
color:#FFFFFF;
}

.arrows {
	padding-top:9px;
	width:24px;
	height:20px;
}

a.left_arrow {
	background-image:url('../img/assets/galarrows.png');
	background-position:0px 19px;
}
a:hover.left_arrow {
	background-position:0px -1px;
}
a.right_arrow {
	background-image:url('../img/assets/galarrows.png');
	background-position:24px 19px;
}
a:hover.right_arrow {
	background-position:24px -1px;
}

.wrapper {
margin:0 auto;
text-align:left;
width:960px;
}

.clear {
clear:both;
}

#logosml {
float:left;
padding:14px;
}

#logosml a {
	color:transparent;
}

/*a:link {text-decoration:none; border:none;}    /* unvisited link */
/*a:visited {text-decoration:none; border:none;} /* visited link */
/*a:hover {text-decoration:none; border:none;}   /* mouse over link */
/*a:active {text-decoration:none; border:none;}  /* selected link */

/*end additional css */

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

/* 
	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;
	}