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%;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
#bgimg {
	position:absolute;
	z-index: -1;
}
#content {
	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
*/

#headerImg {
	width:100%;
	position:absolute;
	text-align: center;
}
#othersidebox {
	vertical-align:middle;
	margin: 250px 0px 0px 20px;
	position:absolute;
}
#signupBox {
	float:right;
}
#signupPlace {
	margin:400px 25px 0px 0px;
}
#trackList {
	margin:20px 0px 0px 2px;
}
#downloadLink{
	margin:15px 0px 0px 5px;
}
#clickHere{	
	margin:40px 0px 0px 2px;
}
.clear {
	clear:both;
}

