body{
	background-color:#564943;
	margin-top: 65px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
#container{
	width:1024px;
	height:950px;
	margin:auto;

}

#home_background{
	width:1024px;
	height:520px;
	background-image:url(../images/background_fred.jpg);
	background-repeat:no-repeat;
	z-index:1;

}


#home_mail{
	position:relative;
	top:312px;
    left:675px;
	width:150px;
	height:25px;
	z-index:2;
	}

#home_photos{
	width:1024px;
	padding:10px 0px 0px 40px;
	height:160px;
	margin:auto;

}

.photo_home{
	width:150px;
	height:150px;
	margin-right:25px;

}


#home_legendes{
	width:1024px;
	padding:0px 0px 0px 40px;
	height:60px;
	margin:auto;

}
.legende_home{
	width:155px;
	height:40px;
	margin-right:25px;
	font-size:9px;
	color:#c6bdba;
	display:block;
	float:left;
}

#home_contact{
	width:946px;
	height:40px;
	font-size:9px;
	color:#ffffff;
	display:block;
	zmargin-left:430px;
	zfloat:left;
	text-align:center;
}


a{
	color:#ffffff;
	text-decoration:none;
}

a:hover{
	color:#81716a;
}

