@charset "UTF-8";
/* CSS Document */

/*

         M  M       Zilifone
       NNNNNNNN     http://www.zilifone.net/includes/background.css
         H  H       Copyright (c) 2010 Zilifone Design
       NNNN NNN     Contact:  Sean Wittmeyer, Director
         W  W       sean|a|zilifone.net

*/

/* HOMEPAGE STYLES for CUSTOM BACKGROUND ##############################################################  */
img{
	border:none;
}
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
}

/*Supersize Plugin Styles*/
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(/includes/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
#allContent {
	z-index: 4;
	position: absolute;
	top: 0;
}