/* hide from ie on mac \*/
html {		
	height: 100%;
	overflow: auto;	
}

#flash {
	position: absolute;
	top: 0px;
	left: 0px;		
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background-color: #000000;
	margin: 0;		
	padding: 0;		
	height: 100%;
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
}
#menu{
position:relative;
text-align:left;
}
a:link{
text-decoration:none;
color:#FF6600;
}
a:hover{
text-decoration:line-through;
}
a:visited{
color:#FF6600;
text-decoration:none;
}
img{
border:none;
}