#center{
		position: absolute;
		left: 50%;
		width:1000px;
		text-align:left;
		margin-left: -500px; /* half of width */
	}
	
DIV{
		font-family:  Palatino Linotype;
		font-size: 0.9em;
	}
	
A {
		text-decoration: none;
		color: #990000;
}

IMG {
	border: 0 none;
}