/* CSS Document */

#container{
	width: 542px;
	height: 412px;
	margin: 10px auto 0;
	background: #fff url(./Images/ErrorGirl.png) no-repeat;
}

#container h1{
	background: url(./Images/oops.gif) no-repeat;
	font-size: 21px;
	height: 21px;
	width: 282px;
	text-indent: -9999em;
	position: relative;
	top: 40px;
	left: 280px;
	border: none;
	
}
#link a{
	display: block;
	overflow: hidden;
	background: url(./Images/foutlink.gif) no-repeat;
	width: 275px;
	height: 48px;
	text-indent: -9999em;
	position: relative;
	top: 100px;
	left: 280px;
}
#help a{
	display: none;
	overflow: hidden;
	background: url(./Images/helpfout.gif) no-repeat;
	width: 38px;
	height: 19px;
	text-indent: -9999em;
	position: relative;
	top: 300px;
	left: 490px;
}