/** 
* @file background.css
* Blocks with a background image
*
* @author PortaMx - Portal Management Extension
* @author Copyright 2008-2009 by PortaMx - http://portamx.com
* @Version: 0.971
* @Date: 09.11.2009
*/

/*
	<class>
		<body>imagebody</body>
	</class>
*/
.imagebody
{
	color: #ffffff; 
	background: url(Images/background.png) #093C7B no-repeat;
}
