html { height: 100%; }
body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Sans;
	color: black;
	background-color: white;
}
* { overflow:hidden; font-size: 11px; }

h1 { font-size: 20px; color: #FF6600; margin: 0px; }
h2 { font-size: 12px; color: #FF6600; margin: 0px; margin-bottom: 35px; }
p { font-size: 11px; color: #333; margin-bottom:20px; text-align:justify; }
a { color: blue; text-decoration: underline; }
a:hover { text-decoration: none; }

#content { height: 100%; }
#intro {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 770px;
	height: 550px;
	margin-left: -385px;
	margin-top: -235px;
	padding-right: 5px;
	overflow: auto;
}