/*	Brian Hayes (11/9/2009)
	only difference between this class and the class in the main truglo.css is
	the padding (now 0px instead of 15px) and the background-color (black instaed of white).
	
	This home.css file should ONLY be called from the homepage (index.aspx).
*/


.td_cell_main_area_body
{
	width: 768px; 
	background-color: #000; 
	vertical-align: top; 
	text-align: left;
	padding-bottom: 0px;
}
