@import "defaultstylesheet.css";

/* Centered logo image */
/* Kateel Rahman Quereshi 07 Jan 2008 */
/* Need to make sure we override other settings to be able to center the image */

#logo 
{
	/*display:table-cell !important;
	float:none;
	position:static;
	vertical-align:middle !important;*/
	margin: 0px 0 !important;
	height:90px !important;
	width:180px !important;
	text-align: center  !important;;
}

