html, body, #contents
{
	height:					100%;
}

body
{
	background-color:		white;
	color:					black;
	margin:					0;
	padding:				0;
	background-image:		url(logotype-tnd-symbol.png);
	background-repeat:		no-repeat;
	background-position:	bottom right;
	text-align:				center;
	font-family:			'Garamond',serif;
	font-size:				12pt;
	min-height:				400px;
	min-width:				512px;
}

hr
{
	display:				none;
}


#symbol
{
	display:				none;
}

#contents
{
	width:					512px;
	height:					90%;
	margin-left:			auto;
	margin-right:			auto;
	margin-top:				auto;
	margin-bottom:			auto;
	position:				relative;
}

#box
{
	position:				absolute;
	top:					50%;
	left:					0px;
	margin-top:				-160px;
}

#box h1
{
	width:					512px;
	height:					128px;
	margin:					0;
	padding:				0;
	background-image:		url(logotype-tnd.png);
	background-repeat:		no-repeat;
}

#box h1 span
{
	display:				none;
}

#box p em
{
	font-size:				200%;
}

#contact
{
	margin-top:				40px;
}

#contact, #contact a
{
	color:					gray;
}

#description
{
	text-align:				justify;
	margin:					48px 40px 0 40px;
	padding:				0;
	width:					432px;
	font-size:				8pt;
	line-height:			10pt;
	font-family:			'Verdana',sans-serif;
	color:					gray;
}

#footer
{
}

#footer p
{
	border-top:				1px solid gray;
	padding:				0.5em 0 0 0;
	margin:					0 auto 0 auto;
	width:					50ex;
}
