/* HTML ********************************************************************/
body {
	padding: 0 0 20px 0;
	margin: 0;
	background: #4A7C37 url(images/bg_body_home.jpg) repeat-x left top;
	color: #FFFFFF;
	font: 76% Arial, Helvetica, sans-serif;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 1.8em;
}
h1 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.5em;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #F6D85F;
}
object {
	margin: 0;
	padding: 0;
}
#home {
	width: 770px;
	margin: auto 0;
}
#bottom {
	height: 130px;
	background: url(images/bg_home_tomato_bottom.jpg) no-repeat left top;
}

#tomatoText { display: none; }




@media print {
#tomatoText { display: block !important; }

}
