html{
	height:100%;
	overflow:hidden;
}
body {
	
	color: #5C5C5C;
	background-color: #FFFFFF;
	line-height: 120%;
	margin:0;
	font: normal 12px arial, tahoma, helvetica, sans-serif;
	height:100%;
}

code{
	font-size:1.2em;
}

#content
{
	width:100%; 
	height:100%;
	border: 0px;
}


