body {
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;
	width:100%;
	background-color: #000;
	font-family: 'Terminal Dosis', sans-serif;
	;
	font-size: 14px;
	line-height: 1.5;
	color: #630;
	text-decoration: none;
	font-weight: 600;
}

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

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/

#exampleDiv {
	width:100%;
	background:#000;
	position:absolute;
	top: 50px;
	text-align:center;
	padding:10px 0;
}

	#exampleDiv a {
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	}

	#exampleDiv a:hover {
		background:#fff;
		color:#000;
	}
.bgtext {
	padding:20;
	margin:0;
	background-color: #FFF;
	background-image: url(../img/bg_text.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	padding:0;
	margin:0;		/* necesarry for the raster to fill the screen */
	height:100px;
	width:100%;
	font-family: 'Terminal Dosis', sans-serif;
	;
	font-size: 18px;
	line-height: 1.4;
	color: #600;
	text-decoration: none;
	font-weight: 600;
}
a     {
	color: #900;
	font-size: 16px;
	font-family:  'Terminal Dosis', sans-serif;
	line-height: 1.8;
	text-decoration: none;
	font-weight: 600;
}
a:link { }
a:visited { }
a:hover  { text-decoration: underline }
a:active { }

.inpu    { color: #300; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 5px; height: 16px; border: solid 1px #a97324; outline-width: 0 }
.border         { border: solid 2px #930 }
.footer     {
	color: #630;
	font-size: 13px;
	font-family:  'Terminal Dosis', sans-serif;
	line-height: 1.4;
	text-decoration: none
}
a.footer        {
	color: #FFF;
	font-size: 12px;
	font-family:  'Terminal Dosis', sans-serif;
	line-height: 1.4;
	text-decoration: none
}
a.footer:link { }
a.footer:visited { }
a.footer:hover  { text-decoration: underline }
a.footer:active { }
.textsmall {
	padding:0;
	margin:0;
	font-size: 12px;
}

