/** 
* @file logoheader.css
* Blocks with a background image (no space between border & image)
*
* @author PortaMx - Portal Management Extension
* @author Copyright 2008-2009 by PortaMx - http://portamx.com
* @Version: 0.961
* @Date: 09.08.2009
*/

/*
	<class>
		<body>logobg</body>
	</class>
*/
.logobg
{
	color: #ffffff; 
	background: url(Images/logobackground.png) #093C7B no-repeat;
}
.logobg a:link, .logobg a:visited
{
color:white;
}
.logobg a:hover
{
color:yellow;
}
