/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
-->



/* Layout Center*/
#center {
position: absolute;
left: 50%;
top: 50%;
width: 679px;
height: 550px;
margin-left: -340px; /* half of width */
margin-top: -280px;  /* half of height */
text-align:left;
}


