html, body {
	width: 100%;
	height: 100%;
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;	
	overflow: auto;
	width: 100%;
	height: 100%;
	/*min values define the sizes when the scrollbar needs to be shown*/
	min-width: 984px;
	min-height: 600px;
	_width: 984px;
	_height: 600px;
}

a:focus, object:focus {
	outline: none;
} 
