/** 
* @file logoheader.css
* Blocks with a background image (no space between border & image)
*
* @author PortaMx - Portal Management Extension
* @author Copyright by PortaMx - http://portamx.com
* @Version: 0.951
* @Date: 06.11.2008
*/

/*
	<class>
		<body>logobg</body>
	</class>
*/

.logobg
{
	color: #ffffff; 
	background: url(Images/logobackground.png) #093C7B no-repeat;
	margin: -1px;
}
