@charset "utf-8";
/* CSS Document */

.image_border {
	border-style:solid;
	border-width:4px;
	border-color:#575757;
}

.image_center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}