html, body {
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
background-color: #141416;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}

a { text-decoration:none;}
a:link { color: #555555;}
a:visited { color: #555555;}
a:active { color: #555555;}
a:hover { color: #ffffff;}

/* hide from ie on mac \*/
html {
	height: 100%;
	
}
	
#flashcontent {
	height: 100%;
	
}
/* end hide */
