body 
{
	background-image: url('bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: #7f7f7f;
	font-family: "Verdana";
	font-size: 9pt;
	width: 100%;
	min-width: 100%;
	text-align: center;
}

p	
{
	margin: 0;
	padding: 0;
}

div#contents
{
	text-align: left;
	margin: 0 auto;
	/*
	background-image: url('layout.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	*/
	width: 748px;
	display: block;
	height: 1000px;
	min-height: 1000px;
	text-align: center;
}

div#contents p
{
	visibility: hidden;
	display: none;
}

div#contents p a
{
	color: #000;
}

div#contents img
{
	border: 0;
}