/* embedDiv.html */

#iFrame {
	background-color: white;
}

.centre iframe {
	margin:		0 auto;
	display:	block;
}
	
