html,body
{
	background-color : #ffffc0;
}

a:link
{
	color : #008000;
}

a:visited
{
	color : #707070;
}

a:hover
{
	color : #00A000;
	font-weight : bold;
}

.err40x_picture
{
	position : fixed;
	left : 10px;
	top : 32px;
	right : auto;
}

.err40x_text
{
	top : 36px;
	position : absolute;
	width : auto;
	height : auto;
	left : 410px;
	z-index : 1;
}

.err40x_head
{
	background-color : #008000;
	position : absolute;
	left : 0px;
	top : 0px;
	height : 32px;
	width : 100%;
	z-index : 3;
	color : white;
	font-weight : bold;
	font-family : arial, sans-serif;
}

html>body .err40x_head
{
	position : fixed;
}
