html, body {
	font: 11px "Arial", Lucida Grande, Verdana, Sans-Serif;
	background-color:#000000;
	margin: 0;
	padding: 0;
}
#container {
	background:rgb(243,242,235);
    width:800px;
	margin:auto;
	height:100%;
	
}

#footer-align{
width:80%;
margin-left:10%;
margin-right:-10%; /* pour IE et Opera*/
}

a{

  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

 a:hover {
  text-decoration: none;
}
