body
	{
	background: #FFC932;
	color: #ffffff;
	}

p
	{
	color: Black;
	font-family: Verdana;
	font-size: 12;
	text-align: center;
	}
   
div#container
	{
	width: 400px;
	height: 250px;
	background: #FFC932;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -200px;
	}