body{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 background-color: #e1dbb9;
}
table td.main{
	background-color: #fbce67;
}
td.main{
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	height: 300px;
	padding: 8px;
	border: 1px solid black;
}
div.content{
	padding: 80px 80px 20px 80px;
}
div.copyright{
	font-size: 10px;
	text-align: right;
	padding: 6px;
}
div.copyright a, div.copyright a:visited, div.bottom a, div.bottom a:visited, a, a:visited{
	color: maroon;
	text-decoration: none;
}
div.copyright a:hover, div.bottom a:hover, a:hover{
	color: #606060;
	text-decoration: underline;
}
p.em{
	font-style: italic;
	color: #851a0a;
	font-size: 14px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 4px 0 4px 0;
}
div.bottom{
	float: left; 
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
p.bigger{
	font-size: 18px;
	text-align: center;
}