/* CSS Document */


body {
	margin:0px;
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#center {
	position:absolute;
	left:50%;
	top:8px;
	z-index:1;
	}
	
#bgimg { 
	position:absolute;
	left:-500px;
	top:20px;
	z-index:2;
	}

