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

html, body {
	padding: 0px;
	margin: 0px;
}

/* firefox Flash workaround */

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

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	font: 12px Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color:#333333;
	border: 0px; 
	margin: 0px;
	background-color: #eeeeee;
	height:100%;
}

a:link, a:visited {
	color:#00a8ff;
	text-decoration:none;
	padding: 2px;
}

a:hover {
	color:#ffffff;
	background-color: #00a8ff;
	text-decoration:none;
}

a img {
	border: none;
}

h1 {
	color: #cccccc;
}