@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	background-image:url(../images/page-background.jpg);
	background-repeat:repeat;
}
#tree
{
	background-image:url(../images/bonsai-tree-background.jpg);
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
	width:444px;
	height:344px;
	z-index:10;
}
#tree-logo
{
	background-image:url(../images/bonsai-tree-logo.jpg);
	background-repeat:no-repeat;
	width:144px;
	height:131px;
	top:0px;
	left:0px;
}
#word-logo
{
	width:335px;
	position:absolute;
	left:50%;
	margin-left:-134px;
	height:98px;
	top:50%;
	margin-top:-39px;
	background-image:url(../images/healthworks-logo.png);
	background-repeat:no-repeat;
	z-index:20;
}
#footer
{
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
	color:#000000;
	z-index:20;
}
#footer a
{
	text-decoration:none;
	color:#000000;
}
#footer a:visited
{
	text-decoration:none;
	color:#333333;
}
#footer a:hover
{
	text-decoration:none;
	color:#666666;
	border-bottom-color:#6ecca8;
	border-bottom-style:double;
	border-bottom-width:medium;
}