﻿body {
	margin: 1px;
	text-align: center;
}
img {
	margin: 8px;
	border-width: 0;
}
.center {
	text-align: center;
}
p {
	text-align: center;
}
.vbox {
	background-position: center center;
	border-collapse: collapse;
	background-image: url('images/spinner.gif');
	height: 600px;
	width: 400px;
	background-repeat: no-repeat;
}
.hbox {
	background-position: center center;
	border-collapse: collapse;
	background-image: url('images/spinner.gif');
	height: 400px;
	width: 600px;
	background-repeat: no-repeat;
}

