@charset "utf-8";
/* CSS Document */
html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background:#FFFFFF; /*white*/	 
}
body{
	text-align: -moz-center; 
}
.mosilla_nest_fix{
	/*	Place A div at the bottom of the container div	*/
	padding: 0px;
	margin: 0px;
	clear: both;
}
.disapear{
	display: none;
}
.apear{
	display: block;
}
h1{
margin:0;
padding:0;
background:none;
text-align:right;
}

