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%;
	background-color: #e8e8e8;
	font-family: "ff-din-web", sans-serif;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/
#logoDiv {
	width:197px;
	position:absolute;
	top: 30px;
	left:110px;
	text-align:center;
	padding:10px 0;
}
#footerDiv {
	width:100%;
	height:40px;
	position:fixed;
	bottom: 0px;
	z-index:6;
	background-color:#e8e8e8;
}
#mailDiv {
	position:absolute;
	width:50px;
	bottom: 11px;
	right:130px;
	text-align:center;
	z-index:7;
}

#socialDiv {
	position:absolute;
	bottom: 0px;
	right:50px;
	text-align:right;
	z-index:7;
}

#socialDiv img{
	margin:5px;
	vertical-align:middle;
}

a {
	color:#000;
	font-size:18px;
	text-decoration:none;
}

a:hover {
	color:#999;
}