@charset "utf-8";
/* CSS Document */

html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #dcd8c8;
	color: #3a3a3a !important;
	text-align: center;
}

body{
	text-align: -moz-center; 
}

.mosilla_nest_fix{
	/*	Place A div at the bottom of the container div	*/
	padding: 0px;
	margin: 0px;
	clear: both;
}
