@charset "utf-8";

img, object, embed, video {
	max-width: 30%; margin:5% auto;
}
/* IE 6 does not support max-width so default to width 100% */
img {
	width:30%;
	display:block;
}

