html { height: 100%; }

body {
	font-family:Tahoma;
	font-size:12px;
	line-height:15px;
 	margin: 0px;
	padding:0px;
	height:100%;
	text-align:center;
}


div#content {
	width:402px;
	margin:180px auto 0 auto;
	text-align:left;
	overflow:hidden;
	background-color:#eee;
	}
	
img {
	border:none;
	cursor:pointer;
	}
	
textarea { width:390px }

pre {
	margin:0; padding:4px;
	}

