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

#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 */
}
#logoDiv

 {
	width:100%;
	position:absolute;
	text-align:center;
	bottom: 15px;
	background-image: url(../img/grey.png);
	z-index: 5;
}
#logoDiv  a {
		color:#fff;
		font-family:'Gruppo';
		font-size:12px;
		text-decoration:none;
	}
#logoDiv  a:hover {
	color:#88CA00;
	text-decoration: none;
	}
#green

 {
	width:100%;
	position:absolute;
	text-align:center;
	bottom: 0px;
	background-color: #88CA00;
	height: 20px;
	z-index: 5;
}	
.h1 {
	font-family: 'Gruppo', arial, serif;
	font-weight: normal;
	font-variant: normal;
	color: #BFBFBF;
	font-size: 12px;
}
a {
	font-family: 'Gruppo', arial, serif;
	font-weight: normal;
	font-variant: normal;
	color: #BFBFBF;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
