@charset "UTF-8";
/*
 * 	vim: set fdm=marker:
 *	Common Styles for ProjectName 2009/2010
 *	(c) 2009 by neomagic Studios, http://www.neomagic.pl/
 *	Authors: Robert Adrianowski (neomagister@gmail.com)
 *
 */

@media screen, projection	{
	/* {{{ footer */
	#footer	{
		position: relative;
		height: 167px;
		margin-top: -40px;
		background-color: #411102;
	}
	#footer .contents {
		width: 924px;
		height: 167px;
		margin: 0 auto;
		color: #805d5c;
		font: normal 0.8em/1.1em Tahoma;
		background: #411102 url(images/ftrbg.jpg) right top no-repeat;
		position: relative;
	}

	div.push	{
		height: 58px;
	}
	.ftr_text{
		float: left;
		display:  inline-block;
		width: 540px;
		padding-top: 18px;
	}
	
	.ftr_text p{
		line-height: 140%;
	}
	
	.line1 {color: white}
	
	.ftr_eu{
		background:white url(images/eu_logos.png) right center no-repeat;
		width: 292px;
		height: 50px;
		margin: 0 auto;
		float: right;
		display:  inline-block;
	}
	.eu {
		position: absolute;
		left: 636px;
		width: 250px;
		top: 0px;
		color: #989898;
	}
	
	.creators{
		position: absolute;
		width: 250px;
		left: 630px;
		top: 100px;
	}
	.creators h6 {
		font-size: 100%;
	}
	.creators a {
		color: #ede8e6
	}
	/* }}} */
}