<html>
<head>
	<title></title>
	<style type="text/css">
	* {
		font-family:	verdana, arial;
	}
	a {
		color:		#4580f7;
		text-decoration:underline;
		font-weight:	bold;
	}
	a:visited {
		color:		#4580f7;
		text-decoration:underline;
		font-weight:	bold;
	}
	div.red {
		color:		red;
	}
	div.gray {
		color:		#444;
	}
	div.main-title {
		font-size:	17px;
		font-weight:	bold;
	}
	div.title {
		font-size:	12px;
		font-weight:	bold;
	}
	div.fineprint {
		font-size:	9px;
		color:		#bbb;
		bottom:		0px;
	}
	.center {
		margin-left:	auto;
		margin-right:	auto;
	}
	.text-center {
		text-align:	center;
	}
	body {
		height:		99%;
		margin:		0;
		padding:	0;
		background:	white;
	}
	#spacer {
		height:		90%;
		float:		left;
		width:		1px;
		font-size:	1px; /* to make sure width is not overridden */
		padding:	0;
		margin:		0;
		_background-color:	green; /* visual effect only */
	}
	#contentwrap {
		width:		100%;
		text-align:	center;
		padding:	0;
		margin:		0;
	}
	#content {
		padding:	30px;
		border-width:	0px;
		border-style:	solid;
		border-color:	blue;
	}
	#footer {
		clear:		both;
		height:		10%;
		border-style:	solid;
		vertical-align:	middle;
		padding:	0;
		margin:		0;
		border-width:	0px 0 0 0;
		border-color:	red;
	}
	</style>
</head>
<body>
<div id="spacer"></div>
<div id="contentwrap">
	<div id="content">
				<br />
		<div class="title center"><span style="color: #444;">Professional Web Hosting @ </span><a href="http://rohost.com">ROHOST.COM</a></div>
		<p>&nbsp;</p>
	</div><!-- content -->
	<br />
	<span style="font-size: 10px;">[<a href="./">english</a>]&nbsp;[<a href="./?lang=ro">romana</a>]</span><br />
	<br />
</div><!-- contentwrap -->
<div id="footer" class="fineprint text-center">
	Give me the judgment of balanced minds in preference to laws every time.<br>
	Codes and manuals create patterned behavior. All patterned behavior tends<br>
	to go unquestioned, gathering destructive momentum.<br>
	<b>Darwi Odrade, DUNE</b><br>
</div>
</body> 
