/*\*/
	*html .buggybox {
	height: 1%;
}
/**/

body {
	background-color: #ededed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../images/error.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #ff0000;
}
