html {
	zoom: 1;
	}

div {
	zoom 1;
	}

body {
	background-image:url('paw-print-back.gif');
	width: 100%;
	} 


div.title {
	position:absolute;
	top: 15px;
	left: 340px;
	}

div.body {
	position:absolute;
	top: 135px;
	left: 200px;
	width: 800px;
	padding: 50px;
	background-color: #FFFFFF;
	overflow: auto;
	}

div.nav {
	position:absolute;
	top: 105px;
	width: 100%;
	left:0px;
	height: 30px;
	background-color: #3399FF;
	}

div.nav_home {
	position:absolute;
	top: 164px;
	width: 900px;
	left:0px;
	}

div.nav_services {
	position:absolute;
	top: 236px;
	width: 900px;
	left:0px;
	}

div.nav_testimonials {
	position:absolute;
	top: 333px;
	width: 900px;
	left: 10px;
	}

div.nav_friends {
	position:absolute;
	top: 410px;
	width: 900px;
	left: 7px;
	}

div.nav_about {
	position:absolute;
	top: 482px;
	width: 900px;
	left: 0px;
	}

div.nav_contact {
	position:absolute;
	top: 547px;
	width: 900px;
	left: 0px;
	}

p.copyright {
	text-align: center;
	font-size: 10px;
	}

img.body {
	padding: 10px;
	}

p.body {
	top: 250px;
	width: 780px;
	}

p.para {
	text-indent: 50px;
	}

a.home {
	display: block;
	width: 225px;
	height: 60px;
	background: url('home.png') top;
	text-indent: -99999px;
}

a.home:hover {
	background-position: 0 -60px;
}

a.services {
	display: block;
	width: 225px;
	height: 87px;
	background: url('serv_rates.png') top;
	text-indent: -99999px;
}

a.services:hover {
	background-position: 0 -87px;
}

a.friends {
	display: block;
	width: 225px;
	height: 51px;
	background: url('our_friends.png') top;
	text-indent: -99999px;
}

a.friends:hover {
	background-position: 0 -51px;
}

a.about {
	display: block;
	width: 225px;
	height: 51px;
	background: url('about_us.png') top;
	text-indent: -99999px;
}

a.about:hover {
	background-position: 0 -51px;
}

a.contact {
	display: block;
	width: 225px;
	height: 51px;
	background: url('contact_us.png') top;
	text-indent: -99999px;
}

a.contact:hover {
	background-position: 0 -51px;
}

a.testimonials {
	display: block;
	width: 225px;
	height: 60px;
	background: url('testimonials.png') top;
	text-indent: -99999px;
}

a.testimonials:hover {
	background-position: 0 -60px;
}

a.email:link {color:#0000FF;}
a.email:visited {color:#0000FF;}
a.email:hover {color:#FF0000;}