
/* hide from ie5 mac \*/
html {
  height: 100%;
  margin: 0px;
  overflow: hidden;

}
#flashcontent {
	color: white;
	font-size: 11px;
	width: 100%;
	height: 500px;
	text-align: center;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
}


h2 a {	
	font-size: 12px;
	color: #636363;
	white-space: nowrap;
	line-height: 12px;
	text-align: center;
}
h2 a:visited {
	font-size: 12px;
	color: #636363;
	white-space: nowrap;
	line-height: 12px;
	text-align: center;
}
h2 a:hover {
	font-size: 12px;
	color: #636363;
	white-space: nowrap;
	line-height: 12px;
	text-align: center;
}
h2 a:active {
	font-size: 12px;
	color: #636363;
	white-space: nowrap;
	line-height: 12px;
	text-align: center;
}


a {	
	font-size: 10px;
	color: #666;
}
a:visited {
	font-size: 10px;
	color: #666;
}
a:hover {
	font-size: 10px;
	color: #666;
}
a:active {
	font-size: 10px;
	color: #666;
}
#swf {
	height:100%;
}

#links{
	width: 100%;
	position:absolute;
	top: 800px;
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
}


