/*CSS Document*/
#container{
	position: relative;
	width: 1000px;
	height: 600px;
	text-align:center;
}

#quote
{
	position: absolute;
	width: 311px;
	height: 79px;
	z-index: 7;
	margin: auto;
	top: 250px;
	left: 380px;
	text-align:center;
}
