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 {
	display:none;
}

#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 */
}
/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/


#jd_menu_background {
	display:none;
}
#jd_menu {
	display:none;
}

#jd_content {
	width:150px;
	position:absolute;
	top: 0px;
        overflow: auto;
	left: 0px;
	text-align:left;
	padding:10px 25px 25px 20px;

}
#jd_content h1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 20px;
	font-weight:200
}

#jd_content p {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;

}
#jd_content a {
	color:#000000;
	text-decoration:none;
}
#jd_content a:hover {
	color:#9fc700;
	text-decoration:none;
}
#jd_content_project {
	width:400px;
	position:absolute;
	top: 0px;
	left: 150px;
	text-align:left;
	padding:10px 25px;

}
#jd_content_project h1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 20px;
	font-weight:200
}

#jd_content_project p {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;
}
#jd_content_project a {
	text-decoration:none;
	color:#000000;
}
#jd_content_project a:hover {
	color:#9fc700;
	text-decoration:none;
}
#jd_footer_1 {
	width:150px;
	height:120px;
	position:absolute;
	bottom: 55 px;
	left: 0px;
	text-align:left;
}
#jd_footer_1 h1 {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	margin-top: 5px;
	margin-bottom: -10px;
	font-weight: 200;
	text-decoration:none;
	line-height: 20px;
	text-transform:uppercase;
}

#jd_footer_1 p {
	color:#000000;
	font-family:Arial;
	font-weight:200;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;
}
#jd_footer_1 a {
	color:#000000;
	text-decoration:none;

}
#jd_footer_1 a:hover {
	color:#000000;
}
#jd_footer_2 {
	width:150px;
	height:120px;
	position:absolute;
	bottom: 55px;
	left: 160px;
	text-align:left;
}
#jd_footer_2 h1 {
	color:#000000;
	font-family:Arial;
	font-weight:200;
	font-size:11px;
	margin-top: 5px;
	margin-bottom: -10px;
	text-decoration:none;
	line-height: 20px;
	text-transform:uppercase;
}
#jd_footer_2 p {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;
}
#jd_footer_2 a {
	color:#000000;
	text-decoration:none;
}
#jd_footer_2 a:hover {
	color:#000000;
}

#jd_footer_3 {
	width:150px;
	height:120px;
	position:absolute;
	bottom: 60px;
	left: 320px;
	text-align:left;
}
#jd_footer_3 h1 {
	color:#000000;
	font-family:Arial;
	font-weight:200;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;
	text-transform:uppercase;
}
#jd_footer_3 p {
	color:#000000;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	line-height: 20px;
}
#jd_footer_3 a {
	text-decoration:none;
	color:#000000;
}
#jd_footer_3 a:hover {
	color:#000000;
}

#jd_footer_back {
	display:none;
}