* {
	margin:0; 
	padding:0;
	border:none;
}
html, body {
	height:100%;
}
body {
	background: url(images/tha_bkg.gif);
	text-align:center; 
	font-family: Melior, Times New Roman, Times, serif;
	color:#fff;
	font-size: 12px;
	line-height:130%;	
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-270px;
	float:left;
}
a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:504px;
	width:696px;
	clear:left;
	background-color:#000;
}
#logo {
	position:absolute;
	margin:16px 0px 0px 400px;
}
#text {
	position:absolute;
	margin:463px 0px 0px 18px;
}
.column{
	float:left;
	width:180px;
	margin:0px 12px 0px 0px;
}
#goto {
	Font-style:italic;
}
#goto a:link, #goto a:visited {
	color:#cc3399;
}

