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

html, body { margin: 0; padding: 0; width: 100%; height: 100%; }

#background-pixels {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/background/background-pixels.gif);
	background-position: left top;
	background-repeat: repeat;
	top: 0px;
	left: 0px;
	z-index: 6;
	position: fixed;
	display: inline;
	color: #000000;
}

#background-pixels img {
	display: block; visibility: hidden;
}

#background-image {
	position: fixed; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; 
}

#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 8; }

/* Vertical Align Logo */
#floater	{margin-left: auto; height:50%; margin-bottom:-45px;}
#content	{clear:both; height:90px; text-align: center; }
