/* commented backslash hack v2 \*/
* html {overflow:hidden;}
/* end of hack */
body {
	margin: 0;
	padding: 0 10px 0 10px;
	border: 0;
	height: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;

}
* html body {overflow-y:scroll;}
#container {
	position:relative;
	margin: auto;
	width:1014px;
	}
#container #top {
	position: fixed;
	display: block;
	top: 0px;
	left: 50%;
	margin-left: -507px;
	width: 1014px;
	height: 208px;
	background-color: #000000;
	z-index: 20;
	background-image: url(mai-tai-logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
* html #top {
	position:absolute;
	}
#container #menu {
	position: fixed;
	display: block;
	top: 16px;
	left: 50%;
	margin-left: -500px;
	width: 272px;
	height: 172px;
	z-index: 40;
	text-align: right;
}
* html #menu{
	position:absolute;
	}
#container #submenu {
	position: fixed;
	display: block;
	top: 16px;
	left: 50%;
	margin-left: -220px;
	width: 169px;
	z-index: 40;
	text-align: left;
}
* html #submenu{
	position:absolute;
	}				

#container #content #spacer {
	position:relative;
	display:block; 
	text-align: left;
	background:transparent;
	width:1014px;
	height:207px;
	overflow:hidden;
	z-index:15;
}
#container #content #border {
	position: relative;
	width: 1014px;
	height: 259px;
	background-color: #000000;
	z-index: 15;
	overflow:hidden;
	display:block; 
}
#container #content #quote{
	position: relative;
	width: 1014px;
	height: 19px;
	background-color: #000000;
	z-index: 15;
	overflow: hidden;
	display: block;
}
#container #content {
	position:relative;
	display:block; 
	text-align: left;
	float:right;
	background:transparent;
	width:1014px;
	overflow:hidden;
	z-index:10;
}
/*
#container #content TABLE {
	width:1014px;
}
*/
.bottom #footer{
	width: 1014px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(footer-bgr.png);
	text-align: left;
	height:28px;
}

