/* reset margins */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* [disabled]font-size: 100%; */
	font: inherit;
	vertical-align: baseline;
}


/* body */
body {
	background-color: #372D27;
	/* [disabled]margin-top: 50px; */
}

/* browser update */

#table_container {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

table {
  width: 600px;
  height: 500px;
  margin-left: -300px;  /***  width / 2   ***/
  position: absolute;
  top: -300px;          /***  height / 2   ***/
  left: 50%;
}

table p, table h1{
	display: block;
	font-family: Verdana;
	font-size: 12px;
	color: #923B37;
	text-align: center;
	margin-top: 0 px;
	line-height: 20px;
	padding: 10px 0px 20px 0px;
	text-decoration: none;
}

table td {
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	text-align: center;
	text-decoration: none;
	
}

#helian_uc {
	padding: 180px 0px 0px 0px;
	text-align: center;
	vertica-align: center;
	height: 20px;
}



table a:link,  a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #923B37;
	text-align: center;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
}

table a:hover, a:active {
	color: #CCC;
}

#tablefooter {
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 20px;
}

