*	{ margin: 0;
	padding: 0;
}


body {
	font: 11px/1.2 Georgia, "Times New Roman", Times, serif;
	background: white url(../img/daisy.png) no-repeat -70px -70px;
}

img {
	border: 0;
}


#center {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -230px;
  margin-left: -300px;
}