@import url("common.css");

body {
	background: url("../images/photos.jpg") black no-repeat top left;
	width:100%;
	height:100%;
	overflow:hidden;
}

#photos img {
	margin: 10px 40px 10px 40px;
}

h3#caption {
	color: #9A9570;
	font-size: 12px;
}

h4#credit {
	color: #9A9570;
	font-size: 12px;
}

#picture {
	margin: 0px 25px 0px 25px;
}