@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3B3A3A;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

a:link, a:visited {
	color: #FF0066;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#flashContent {
	height: 100%;
}

img {
	margin-bottom:10px;
}

#noFlash {
	padding: 40px;
}
