/* Focus Framework - Always Center */

body{ 
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
div.ff_parent{
	width: 100%; height: 100%;
	overflow: hidden;
}
table.ff_parent{
	border-collapse: collapse;
	border: 0px none;
	margin: 0px 0px 0px 0px;
	width: 100%; height: 100%;
}
td.ff_parent{
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
div.ff_wrapper{
	margin: auto auto auto auto;
	position: relative;
	text-align: left;
	width: 910px; height: 580px;
}
div.ff_main{ 
	left: -545px; top: -510px;
	position: absolute;	
	width: 2000px; height: 1600px;
}
div.ff_main_content{
	left: 545px; top: 510px; 
	position: absolute;
	width: 910px; height: 580px;
}

/* theme  */

body{}



div.ff_main_content{}
