/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #4f5152;
	margin: 0;
	padding: 0;
	background: url(/grfx/tmp_home/backgrounds/bg_body.png) repeat;
	height: 100%;
}

#wrapper
{
	width: 845px;
	margin: 0 auto;
}

#wrapper_header
{
	width: 845px;
	height: 510px;
	margin: 0 auto;
	display: block;
}

#wrapper_content
{
	width: 645px;
	margin: 0 auto;
	padding-left: 200px;
	margin-top: -100px;
}

*:first-child+html #wrapper_content /*IE7 fix to push content down*/
{
	margin-top: -50px;
}


* html #wrapper_content /*IE6 fix to push content down*/
{
	margin-top: -50px;
}

	#wrapper_content .latest_news
	{
		width: 322px;
		float: left;
	}
	
	#wrapper_content .latest_projects
	{
		width: 322px;
		float: left;
	}
	
	#wrapper_content .content_latest .latest_text
	{
		line-height: 17px;
	}

#footer_text
{
	width: 845px;
	font-size: 0.92em;
	color: #babcbe;	
	bottom: 0;
	margin: 0 auto;
}
	
	#footer_text a
	{
		color: #babcbe;
		text-decoration: none;
	}

#wrapper_footer
{
	position: absolute;
	height: 165px;
	width: 845px;
	font-size: 0.92em;
	color: #babcbe;	
	bottom: 0;
	margin: 0 auto;
	clear: both;
	background: url(../../grfx/tmp_home/backgrounds/sketch_home.png) bottom center no-repeat;
	z-index: -10;
}
	
	#wrapper_footer a
	{
		position: absolute;
		color: #babcbe;
		text-decoration: none;
		bottom: 0;
		margin: 0 auto;
		clear: both;
	}