
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	
}
body {
	background-color: #000000;
	margin: 0px;
	height: 100%;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#doors a:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#doors a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#doors a:hover {
	text-decoration: none;
	color: #FE8804;
	font-weight: bold;
}
#doors a:active {
	text-decoration: underline;
	color: #990000;
}
#container_gate {
	background: url(../images/tama_clhm_gate_03.jpg) no-repeat left bottom;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-content {
	height: 90%;
	padding-bottom: 40px;
	text-align:center;
	vertical-align: inherit;
	background: url(../images/tama_clhm_gate_02.gif) no-repeat right top;
}
#doors {
	margin-top: 30px;
}


#container-foot {
  width: 100%;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
}
