/* CSS Document */


html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}

#download {
	width: 380px;
	background-color:#FFFFFF;
}
/* end hide */

body {
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(img/bg_repeat.gif);
	background-color: #1b1b1a;
	color:#ffffff;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
}

body a {
	color:#ffffff;
}

