html, body {
/*	width: 800px;	*/
	min-height: 100%;
	height: 100%;
	background-image:url(../img/back_ground.gif);
	text-align:center;
	margin-top:0px;
}

.contents {
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: White;;
	text-align:left;
	table-layout: fixed;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

input {
	font-family: "MS Gothic";
}

textarea {
	font-family: "MS Gothic";
}

button {
	font-family: "MS Gothic";
}
