html {
	height:100%
}
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 120%;
	background-image:url(../../img/background_gradient.gif);
	background-repeat:repeat-x;
	background-position: top;
	height:100%;
}
img {
	border:none;
}
.readmore{
	margin: 3px;
	float: right;
}
#contactus{
	float:right;
	background-image:url(../../img/nav_contactus_panda.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:10px;
	width:100px;
	height: 32px;
}
#safety{
	float:right;
	background-image:url(../../img/footer_panda03.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:10px;
	width:230px;
	height: 32px;
}
#sitemap{
	float:right;
	background-image:url(../../img/footer_panda02.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:10px;
	width:100px;
	height: 32px;
}
a#contactus, a#safety, a#sitemap {
	font-weight: bold;
	color: #0575bd;
	text-decoration: none;
	font-size:14px;
}
a:hover#contactus, a:active#contactus, a:hover#safety, a:active#safety, a:hover#sitemap, a:active#sitemap {
	text-decoration: underline;
}

