@charset "utf-8";
/* CSS Document */

#photodiv {
	border:solid;
	border-color:#950101;
	border-width:10px;
  	width:350px;
  	height:247px;
 	background:#fff 50% 50% no-repeat;
}
#photoimg {
  width:350px;
  height:247px;
}
