@charset "utf-8";
/* CSS Document */

body {
	margin			:auto;
	font-family		: Arial;
	font-size		: 14px;
	color:#FFFFFF;
	text-align		:center;
	font-weight:bold;
	background: black url('');
	

}
#containd {
	position:relative;
	margin			:auto;
	text-align:left;
	width:780px;
	height:600px;
	background: black url('img/fond.jpg') no-repeat ;
}
#txt {
	position:absolute;
	left:152px;
	top:200px;
	margin			:auto;
	width:360px;
	height:200px;
	background: ('') no-repeat ;
}
#txt a{
	color: black; text-decoration:none;
}