/* hide from ie5 mac \*/

html { 
	height: 100%;
	overflow: hidden; 
	font:14px AvantGarde ExtraLight;line-height:1em;color:#fff;
}

#flashContainer { 
	height: 100%; 
}

/* end hide */

body { 
	height: 100%; 
	margin: 0; padding: 0; 
}

h1 {
	line-height:1.2em;
	width:100%;
	text-align:center;
	margin-bottom:1.85em;
	font-weight:bold;
	font-size:125%
}

h1 span {
	font-size:125%
}

#container {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/* background-color:red */
}

#box {
	margin:10% auto;
	position:relative;
	width:36.5em;
	height:1.7em;
}

#menu {
	display:block;
	margin:0 0 0 .7em;
	position:absolute;
	top:434px;
	left:-15px;
	font-weight: normal;
	width: 529px;
	height: 24px;
	text-align: center;
}

#menu2 { 
	display:block;
	margin:0 .7em 0 .7em;
	position:absolute;
	top:8.2em;
	left:0;
	font-weight: normal;
	text-align: center;
}

#menuback { 
	filter:alpha(opacity=100);
	-moz-opacity:.100;
	opacity:.100;
	width:100%;
	height:100%;
	
}

#menuback2 { 
	background: #000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	width:100%;
	height:120px;
	position:absolute;
	top:7.5em;
	
	
}

a { 
    font-family: "Courier New", Courier, monospace;
	color:#98A5A5; 
	padding:5px 18px;
	text-decoration:none;
}

a:hover { 
	color:#000 
	
}

