.bgImg
{
	background-image: url('../images/eFT_soft_center.jpg');
	font-size: 12px;
	font-family: Verdana;
	width: 645px;
	height: 596px;
	font-weight: bold;

	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;

}

.content
{
		font-size: 14px;
	font-family: Verdana;
	width: 600px;
	height: 300px;
	font-weight: bold;
	padding: 10px;

	position: absolute;
    top: 250;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;

}