/* CSS Document   background-image: url("images/logo_creamy_wo_border.jpg");
  background-position: 0% 0%;
  background-repeat: repeat-xy;*/

html {
	height: 100%;
}

body {
	height: 100%;
  text-align:center;
	background-image:url("../images/rotate_background.jpg");
	background-repeat:no-repeat;
}

