@charset "utf-8";
/* CSS Document */

.Border {
	background-color: #FFFFFF;
	height: 100px;
	width: 100px;
	border: thin solid #000000;
}
#box {
	background-color: #FFFFFF;
	height: 100px;
	width: 100px;
	border: thin solid #000000;
	background-position: center center;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}
