/*css document*/
* {	
	margin: 0;
	padding: 0;
}
html {
	margin:0;
	padding: 0;
	width: 100%;
	height: 100%;
}

* html {
	margin:0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	background-image: url(images/errorpage/inda_br.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
}
#errortabla {
	margin: 0;
	padding: 0;
	background-image: url(images/errorpage/inda_tl.png);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#errortabla td {
	margin: 0;
	padding: 0;
	background-image: url(images/errorpage/errorpage.png);
	background-position: bottom	 center;
	background-repeat: no-repeat;
}
