html, body {
	height:100%;
}

body {
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	background:#000;
}

a:link, a:visited {
	text-decoration:none;
	color:#d1d3d4;
}

a:hover, a:active, a:focus, a.active {
	text-decoration:underline;

}

div.clear {
	font-size:0px;
	height:0px;
	clear:both;
}

strong{
	font-weight:bold;}
	
/* LOGO */
div#logo{
	width:165px;
	position:absolute;
	top: 40px; 
	left: 0;
	z-index:100;
}

div#error404{
	margin-left:200px;
	padding-top:40px;
	line-height:16px;
}