/* CSS Document */#container { 	width: 100%;	height: 100%;	text-align:center}#main {	margin-left: auto;	margin-right: auto; 	width: 400px;	height: 700px;	background-image:url(readme.gif);	text-align:left;}#text {	width: 340px;	height: 240px;	min-height:240px;	position:absolute;	top: 200px;	text-align:left;	margin-left: 30px;	color: #707174;	font-family: Arial, Helvetica, sans-serif;	font-size: small;}#text2 {	width: 340px;	height: 140px;	position:absolute;	top: 470px;	text-align:left;	margin-left: 30px;	color: #707174;	font-family: Arial, Helvetica, sans-serif;	font-size: small;}