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

#flash{
	font-family: Times, Tahoma;
	font-size: 10pt;
	position: absolute;
	top: 0px;
	left: 0px;		
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background-color: #000000;
	margin: 0;		
	padding: 0;
	width: 100%;
	height: 100%;
}

a:link{
	color:#333333;
}
a:visited{
	color:#333333;
}
a:hover{
	color: #666666;	
}
a:active{
	color:#000000;
}

img{
	border:none;
}
