body {
	background-color: #666600;
	text-align: center;
}

div {
	 margin: auto;
	 width:1000px;
}
div#text { 
	position: absolute; 
	width: 200px; 
	height: 100px; 
	padding-left: 200px; 
	overflow: hidden; 
	clip: rect(0px, 100px, 20px, 0px);
}

