@charset "UTF-8";
body {
	background-image: url(images/bkgrd_img.gif);
	background-repeat: repeat;
	background-position: center center;
	margin-top: 100px;
}
div {
	text-align: center;
	margin: auto;
}
table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

