#centerwrap
{
	margin: 0px auto;
	position: relative;
	background-repeat: no-repeat;
	width: 1000px;
}
/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap
{
	position: absolute;
	margin: 0 0 0 -500px;
	left: 50%;
	height: auto;
}
/* end hack */

body
{
	font-family: arial;
	font-size: 12px;
	color: black;
}
#content
{
	top: 188px;
	left: 0px;
	width: 1000px;
	z-index: 0;
	background-image: url('/images/fond.jpg');
	background-repeat: no-repeat;
	min-height: 415px;
	
}
#footer
{
	width: 1000px;
	height: 50px;
	background-image: url('/images/footer.jpg');
	float: left;
}
p
{
	font-size: 12px;
}
h1
{
	font-size: 16px;
	margin-left: 30px;
}
a
{
	color: #61080c;
}
#navigation
{
	margin-left: 35px;
	line-height: 30px;
	font-weight: bold;
	
}