html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background: #CCCCCC;
	margin: 0;
	background-color: #FFFFFF;
}
#main {
	height: 100%;
}
.bodyd {
	overflow:auto;
	margin:20px;
}
h1, h2, h3, p {
	font-size: 13px;
	font-weight: bold;
	color:#666666;
}
h1 {
	font-size: 16px;
}
