/*css layout formatting done by mtness.net*\
 for CFFS.html
\*              2009-03-29                */

* { margin: 0; border: 0; padding: 0; }

body {
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 13px;
	background: #000;

}
#passepartout
{
	display: block;
	position: relative;
	height: 100%;
}


/* moosizer Plugin Styles */
/* ************************************************************************* */
#supersize { position: fixed; top: 0; left: 0; z-index: 0; }
#supersize img, #supersize a
{
	height:100%;
	width:100%;
	display:none;
}

#supersize .activeslide, #supersize .activeslide img
{
	display:inline;
}
/* ************************************************************************* */

#header
{
	top: 0;
	width: 100%;
	height: 70px;
	z-index: 23;
	position: fixed;
}
	#header-bg
	{
		position: relative;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}

	#logo
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 113px;
		height: 70px;
		background: #000;
		z-index: 24;
		
	}
		#logo a
		{
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 113px;
			height: 70px;
		}
		#logo a img
		{
			position: absolute;
			top: 42px;
			left: 16px;
		}

#footer
{
	display: block;
	position: fixed; 
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26px;
	font-size: 10px;
	text-transform: uppercase;
	color: #777;
	clear: both;
}
#footer a { color: #777; text-decoration: none; margin: 0 16px 0 0; padding: 0; line-height: 26px; height: 26px; }
#footer a:link   {}
#footer a:visited{}
#footer a:hover  { color: #fff; }
#footer a:active {}

	#footer-bg
	{
		position: relative;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		z-index: 4;
	}

	#footerlinks 
	{
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 0 0 8px;
		z-index: 23; 
	}

#mtness
{
	position: fixed;
	bottom: 2px;
	right: 2px;
	z-index: 23;
}

