#mContainer {
	position:relative;
	width:500px;
	height:400px;

}

.mPhoto {
	position:absolute;
	top:0px;
	left:0px;
	-moz-opacity:0.0;
	filter:Alpha(opacity=0);
}

.btn {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:verdana;
	font-size:9px;
	margin-top:5px;
	width:40px;
}

#photoCredits {
	font-family:verdana;
	font-size:9px;
	margin-top:5px;
}

HR {
	background-color:#000000;
	height:1px;
	width:100%;
	border-style:none;
	color:#000000;
}

h1 {
	font-size:12pt;
	font-weight:bold;
	font-family:arial;
}

#blurb {
	font-size:9pt;
	font-family:verdana;
	width:500px;
}

pre {
	background-color:#C0C0C0;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:verdana;
	font-size:9px;
}