#quotes {
	position: absolute;
	left: 200px;
	top: 20px;
	width: 300px;
	height: 80px;
}

#block_1 {
	text-align: justify;
	top: 0;
	display: inline; 
	width: 300px;  
	z-index: 5;
	position: relative;
	overflow: hidden;
	visibility: visible;
	
	float: left;
	font: 30px "American typewriter", "Courier New", Courier, mono;
	border-left-style: none;
	left: 430px;
}

#content {
	position: absolute;
	top: 10%;
	right: 10%;
	bottom: 10%;
	left: 10%;
	z-index: 1;
	height: 400px;
}