body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #573e4a;
	color: #3e3e3e;
}

#haut
{
	background-color: transparent;
	background-image: url("http://highbeatgames.free.fr/images/back_up.png");
  	background-attachment: scroll;
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 160px;	
}

#menu
{
	margin-top: -23px;	
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}

#milieu
{
	background-color: transparent;
	background-image: url("http://highbeatgames.free.fr/images/page.png");
  	background-attachment: scroll;
  	background-position: 50% 50%;
  	background-repeat: repeat-y;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	
	margin-top: -2px;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	text-align:justify;
}

#bas
{
	background-color: transparent;
	background-image: url("http://highbeatgames.free.fr/images/back_down.png");
  	background-attachment: scroll;
  	background-position: 50% 50%;
  	background-repeat: no-repeat;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 60px;	
}