/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0}h1{font-size:27px}h2{font-size:24px}h3{font-size:18px}h4{font-size:14px}h5{font-size:12px}h6{font-size:10px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
/* end reset */


body {
	background: url('PH_404_bg.jpg') repeat-x #3980ad;
	text-align: center;
}

div#logo {
	margin: 120px auto auto auto;
}

div#message {
	background: url('PH_404_Message.gif') no-repeat;
	width: 520px;
	height: 130px;
	display: block;
	text-indent: -99999px;
	margin: 20px auto;
}

div#homelink {
	margin: 18px auto;
}

div#homelink a {
	font: bold 18px/24px Arial;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	padding-bottom: 2px;
}

div#homelink a:hover {
	color: #cde6ff;
	border-bottom: 1px dotted #cde6ff;

}