@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	background: transparent url(background.jpg) 0 100% repeat;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #444444;
}
a:link, a:visited {
	color: #5d87a1;
}
a:hover {
	text-decoration: none;
}
#flashcontent {
	height:100%;
	margin-top:20px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

