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

body {
	background-color: #333225;
}

#holding {
	position:absolute;
	top:50%;
	left: 50%;
	margin-top: -25%;
	margin-left: -25%;
	background-color: #333225;
	width: 539px;
	height: 329px;
}

#photo {
	background-color: #333225;
	margin-left: 100px;
	/*margin-top: 400px;*/
	padding-top: 500px;
	width: 980px;
	height: 416px;
}