html{
	height: 100%;
	margin: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, sans-serif;
	font-size : 11px;
	text-align: center;
	background:#e5e5e5;
	color: #4b4b4b;
}

.body{
	font-family : trebuchet, verdana, sans-serif;
	font-size : 11px;
	width: 990px;
	margin: 0px auto;
	margin-top: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
/* 	text-align: justify; */
	overflow: hidden;
	border: none;
}
