<style type="text/css">
#mContainer {
	position:relative;
	width:750px;
	height:200px;

}

.mPhoto {
	position:absolute;
	width:750px;
	height:200px;
	-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;
}


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;
}
</style>

