html, body{ height:100%; }

body { margin:0; padding:0; overflow:hidden; }

#htmlcontent {
		font: 12pt Helvetica, Arial, sans-serif;
		color: #666;
		margin: auto;
		height: 60%;
		width: 253px;
		position: absolute;
		left: 0; right: 0; top: 0; bottom: 0;
	}
	
a { color: #666; }

a:hover { color: #000; }