body
{
	margin: 20px 0 0 0;

	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #4a342b;

	background: #c7c7c7;
}

a, a:hover, a:active, a:visited
{
	text-decoration: none;
}

#main
{
	position: absolute;

	/* top: 50%; */
	left: 50%;

	width: 840px;
	/* height: 570px; */

	margin: 0 0 0 -420px;
}

#header
{
	width: 840px;
	height: 150px;

	background: #c7c7c7 url(../images/header.png) no-repeat;
}

#content
{
	width: 840px;

	padding: 30px 0;

	text-align: center;

	background: #c7c7c7 url(../images/content_bg.png) repeat-y;
}

#content img.fr
{
	width: 125px;
	height: 382px;

	border: none;
}

#content img.de
{
	width: 141px;
	height: 382px;

	border: none;
}

#footer
{
	width: 840px;
	height: 70px;

	background: #c7c7c7 url(../images/footer.png) no-repeat;
}

