@CHARSET "UTF-8";

#missingPageTop
{
	background-image: url( "/images/404_top.png" );
	background-repeat: no-repeat;
	width: 476px;
	height: 140px;
	margin-top: 100px;
}

#missingPageMiddle
{
	background-image: url( "/images/404_middle.png" );
	background-repeat: repeat-y;
	width: 476px;
}

#missingPageText
{
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #9e9c9c;
	font-family: Helvetica, Lucida Grande, Calibri;
	font-size: 18px;
}

A:ACTIVE
{
	text-decoration: underline;
	color: #9e9c9c;
}
A:VISITED
{
	text-decoration: underline;
	color: #9e9c9c;
}

#missingPageBottom
{
	background-image: url( "/images/404_bottom.png" );
	background-repeat: no-repeat;
	width: 476px;
	height: 22px;
}
