body {
	background-image: url(graphics/page_bkg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

table.page {
	background-image:url(graphics/postcard.jpg);
	width:904px;
	height:516px;
	background-repeat:no-repeat;
}

table.estimate {
	background-image:url(graphics/postcard-faded.jpg);
	background-color:#fff;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;	
	width:904px;
	height:516px;
}

table.footer {
	height:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
	color:#bbbbbb;
	line-height:1.5;
}

table.footer a {
	color:#bbbbbb;
	text-decoration:underline;
}

table.footer a:hover {
	color:#dddddd;
	text-decoration:none
}