/* CSS Document */

#Plan2D {
	margin:auto;
	background-image: url(../images/Plan2D.jpg);
	background-repeat:no-repeat;
	border:none;
	padding:0px;
	height:200px;
	width:200px;
}

#Plan3D {
	margin:auto;
	background-image: url(../images/Plan3D.jpg);
	background-repeat:no-repeat;
	border:none;
	padding:0px;
	height:200px;
	width:200px;
}
