/**********************************************************/

body {
	/*text-align: center;*/
	
}

img { 
	border:none 
}

/*PAGE*********************************************************/

#page {
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 532px;
	height: 400px;
	margin-left: -266px; /* half of width */
	margin-top: -200px;  /* half of height */
	
}

