body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.outer-table {
	background-image: url(img/bg.jpg);
	background-color: #EDEFEA;
	background-repeat: no-repeat;
	height: 580px;
	width: 984px;
}
.hdr {
	font-size: 24px;
	font-weight: bold;
	color: #f80000;
	line-height: 24px;
}
.txt {
	font-size: 15px;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}
