#logo{
	position: absolute;
	top: 290px;
	left: 170px;
	width: 246px;
	height: 106px;
	border: 0px solid gray;	
}

#curtain{
	position: absolute; /* this is necessary for absolute position divs to position with respect to container */
	margin: 0px auto;
	top: 0px;
	left: 0px;
	width : 672px;
	height: 838px;
	padding : 0px;
	border: 0px solid red;
	background-color: black;
	overflow: hidden;
}

#quote{
	position: absolute;
	top: 200px;
	left: -482px;
	width: 482px;
	height: 181px;
}

