body
{
	background-color: #C0C0C0;	
	background-image: url('../img/bg.jpg');
}

#data
{
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	padding: 0px 10px 10px 10px;
}

#quote
{
	background-color: #CC1A29;
	float: left;
	height: 109px; 
	width: 290px;
}

#text
{
	background-color: #CC1A29; 
	float: right; 
	height: 109px;
	width: 590px;
}

#footer
{
	background-color: #CC1A29;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

