body   { 
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background: white;
}

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: 3px;
        position: relative;
        left: -10%;
        width: 120%;
}

