@charset "windows-1251";

#Error404Block
{
	position: relative;
	width: 800px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-image: url(background.png);
	background-position: center;
	background-repeat: no-repeat;
}

#Error404TextBlock
{
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 100px;
	margin-left: 100px;
	width: 200px;
}

#Error404
{
	color: #EEEEEE;
	font-size: 24px;
	font-weight: bold;
}