#header{
	height: 		400px;
	
	background: 	url(images/header.jpg) no-repeat;
	color: 			#FFD5A6;
}
#quotations{
	height: 		140px;
	left: 			50px;
	position: 		relative;
	top: 			200px;
	width: 			50%;
	
	font-size: 		1.5em;
}
#quotations cite{
	display: 		block;

	font-size: 		.75em;
	text-align: 	right;
}
