body
{
		background-color: white;
		font-family: helvetica, tahoma, verdana, arial;
		margin: 0px;
}

#welcome
{
		position: relative;
		top: 150px;
		left: auto;
		right: auto;
		width: 469px;
		height: 205px;
		margin: 0px;
}

/* hide from ie5mac hack only\*/
#welcome
{ 		voice-family: "\"}\"";
		/* IE5.x win will stop parsing here */
		position: absolute;
		z-index: 1;
		top: 50%; 
		margin-top: -102px;
		left: 50%; 
		margin-left: -235px;
		voice-family: inherit;	
}

/* end hack */

