body   { 
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background: gray;
	background-image: url("grayback.jpg");
}

div#vcentered {
	display: table; 
/* Work around IE5 for Mac bug  with another: \*/
	height: 100%; 
/* */
	margin-left: auto;
	margin-right: auto;
}

div#centered { 
	border: 0; 
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
}
div#text {
	text-align: center;
	padding: 10px;
	border-style: groove;
	position: relative;
	left: -10%;
	width: 120%;
}

