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

	body {
		height: 100%;
		margin: 0;
		padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
		color:#ffffff;
		font-family:sans-serif;
		font-size:12;
	}
	
	a {	
		color:#cccccc;
	}

.title {
	font-size:12;
	font-weight:bold;
}

.content {
	font-size:12;
}
