h1,h2,h3,h4,h5,h6{
margin:0;
padding:0;
}
body,div, dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
   margin:0;
   padding:0;
}



#realBody{
	position:absolute;
	z-index: 5;	
	top: 0px;			/* 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 */
}

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

#exampleDiv {
	width:100%;
position:absolute;
	
	text-align:left;
	padding:10px 0;
}

	#exampleDiv a {
		color:#FFFF00;
		background:#000000;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
	}

	#exampleDiv a:hover {
		background:#FFFFFF;
		color:#000000;
	}
	
	
	
#exampleDiv p {
	color:#000000;
	position:fixed;
	background:#FFFF00;
font-family:Verdana;
	font-size:12px;
	top: 150px;
	text-align:left;
	text-decoration:none;
	padding:10px 10px 20px  10px;
}


#exampleDiv img {
	width:220px;
	height: 90px;
	

}



#logo {
width:100%;
height: 100px;
position:fixed;
	top: 50px;
	text-align:center;
	padding:10px 0;
background: url(../images/logo.jpg) no-repeat;
text-indent: -9999px;
}



#imgchange {
clear:both;
top: 0px;
text-align:left;
padding:10px 0;
}

	

	
