body
{
	text-align: center;
	background-image: url(../images/pink%20bground_flat2.jpg);
}

div.center
{
	  position: absolute;
      left: 50%;
      top: 50%;
      width: 850px;
      height: 657px;
      margin-left: -425px; /* half of width */
      margin-top: -326px;  /* half of height */
}


