#photo_zone {
	width: 367px;
	height: 250px;
	padding: 10px 10px 10px 0px;
	background-image: url("../images/photo_zone.jpg");
	background-repeat: no-repeat;
	background-position:50% 50%;
	margin: 0px 0px 20px 0px;
	border: solid 0px black;
}

#photo_zone p {
	margin: 0px 0px 0px 50px;
	font-family: arial, helvetica, sans-serif ;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

#photo_zone p.first {
	margin: 70px 0px 0px 50px;
}

#photo_zone a {
	font-family: arial, helvetica, sans-serif ;
	font-size: 14px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#photo_zone a:hover {
	text-decoration: underline;
}