/* CSS Document */

html,body {
	margin : 0; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(villabg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
table {
	width: 100%;
	height: 100%;
}
DIV.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 550px;
      height: 400px;
	  margin-left: -275px; /* half of width */
      margin-top: -200px;  /* half of height */
      }
-->

