/* CSS Document */

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

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

#header {
	background-color: #333;
	width: 100%;
	height: 17px;
	padding: 5px 0 0 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background-image: url(../graphics/topbar-back.gif);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	background-image: url(../graphics/bullet-left.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 12px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333;
	color:#ffffff;
}
