#div-box {
	width: 410px; 
	height: 350px; 
	border: #B6353A solid 3px; 
	background-image: url("./background.png");
	background-repeat: no-repeat;
	padding-left:	20px;
	padding-right:	20px;
}

#div-box p {
	font-family: Trebuchet MS;
	font-size: 11pt;
	color: #000000;
	height:	200px;
	font-weight: bold;
	line-height: 22px;
}

#div-box td {
	font-family: Trebuchet MS;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	line-height: 22px;
}

img {
	border: 0px;
}