@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	text-align: center;
	background-color: #936c50;
	text-rendering: geometricPrecision;
}

#browserMessage p
{
	text-align: justify;
}

#cookiesMessage a
{
	margin: 0 2em;
	color: #B7947B;
}

#cookiesMessage input[type=button]
{
	border: solid 1px #fff;
	border-radius: 5px;
	background-color: #936c50;
	color: #fff;
	padding: 5px 7px;
	box-shadow: inset 2px 2px 5px #fff, inset -2px -2px 5px #000;
	cursor: pointer;
	vertical-align: middle;
	margin-top: 1em;
}

#pictures .essence, #pictures .profile
{
	
}

#legal table
{
	width: 400px;
	margin: auto;
}

#legal table td
{
	padding: 0 5px;
}

#legal table p
{
	margin: 0;
}
