#contentfg	{
	position : absolute;
	top : 0px;
	left : 0px;
	background-color: #f2f3f4;
	width: 1000px;
	min-height : 800px;
	height : 800px;
}

#contentfg	#title	{
	position : absolute;
	top : 204px;
	left : 16px;
	width : 252px;
	height: 54px;
	background: url(/resources/images/quotepage/title.png) no-repeat;	
}

#contentfg	#quote	{
	position : absolute;
	top : 150px;
	left : 272px;
	width : 720px;
	height: 110px;
	background: url(/resources/images/quotepage/quote.png) no-repeat 314px 2px;
	border-bottom: 1px solid #7d818e;
}

#contentfg	#centralarea	{
	position : absolute;
	top : 300px;
	left : 270px;
	width : 450px;
	color : #7d818e;	
	font-size: 1.3em;
}

#contentfg	p	{}

#contentfg	strong	{
	margin-top: 20px;
	font-size: .6em;
	color : #000000;
	display: block;
}

#contentfg	#footer	{
	margin-top: 20px;
	display: block;
}

#contentfg a 			{ text-decoration: none; color : #7d818e;}
#contentfg a:visited	{ text-decoration: none; color : #7d818e;}
#contentfg a:link		{ text-decoration: none; color : #7d818e;}
#contentfg a:hover		{ text-decoration: none; color : green; }
