/* hide from ie on mac \*/
      
html {
	height: 100%;
	/*overflow: hidden;*/
}

#flashcontent {
	float: none;
	height: 768px;		
}
#noflashcontent {
	float: none;
}
/* end hide */

/* element defaults */

body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
} 
input, textarea, select, body, a{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: xx-small;
	font-weight : normal;
}
body {
	height: 100%; 
	color: #FFFFFF;
	background-color: #000000;
}	
a {
	color: #FEFEFE;
}
a:hover {
	color: #FFFFFF;
}

/* custom styles */