
div.content
{

	width: 1000px;
	height: 700px;
	margin: 50px auto 0px auto;
	border: #DDDDDD;
	border-width: thin;
	border-style: solid;
}

div.page{
	background-image: url('../assets/images/bg.jpg');
	background-repeat: no-repeat;
	height: 556px;

}
div.body_content{
	font-size: 10pt;
	color: #242424;
	font-family:helvetica,arial;
	line-height: 1.4;
}