#credit-container{
	width:100%;
	background-color:#FFF;
	
}

#credit {
	background-color:#FFF;
	width: 940px;
	margin-top:-40px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}

#credit.open {
	display:block;
}

#credit a {
	color:#222;	
}

.petit #credit {
	width:620px;
}

.mobile #credit {
	width:300px;
}