

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;
	z-index: -1;
}

#fbimg {z-index:-2; position:absolute; top: -200px;}

#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(images/bg.jpg); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

#logo {width: 271px; height:137px; margin:30px 0 0 30px;}

#what { font-size: 18px; color:#e2e0e0; line-height: 26px; text-transform:uppercase; font-family:helvetica, arial; margin:30px 0 0 40px; font-weight:bold;}

#footer {width:100%; height:76px; position:absolute; bottom: 0px; background:#fff; font-size: 16px; color:#58585a; font-family: helvetica, arial; font-weight:bold; text-transform:uppercase;  overflow:hidden;}
#footer_in { margin: 30px 0 0 30px;}

#footer li {float:left; margin:0 20px 0 0; list-style:none;}
