/* CSS Document */
/* JayPlogman Photography -- Style Sheet*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
#flashcontent {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 720px;
	height: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -360px;
	margin-top: -250px;
	
}

.noflashblurb {
	background-color: #CCCCCC;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
