body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#error_code
{
	margin: 0px;
	padding: 0px;
	height: 140px;
	border-bottom-color: black;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	width: 500px;
	font-size: 128px;

}

#error_status
{
	margin-top: 50px;
	font-size: 32px;
}

#error_message
{
	margin-top: 30px;
	font-size: 14px;

}

#crack
{
	z-index: 1;
	position: absolute;
	width: 200px;
	height: 600px;
	background-image: url(../images/crack.png);
	left: 520px;
	top: 0px;
}

#crack_overlay
{
	z-index: 1000;
	position: absolute;
	width: 200px;
	height: 600px;
	background-image: url(../images/crack_over.png);
	background-position: 0px -1100px;
	left: 520px;
	top: 0px;
}