html{
	overflow:hidden;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#flashContent {
	position:		absolute;
	left:			0px;
	top:			0px;
	width: 			100%;
	height:			100%;
}

#noFlashContent{
	position:           absolute;
    top:                50%;
    left:               50%;
    width:              400px;
    height:             100px;
    margin-left:        -200px;
    margin-top:         -50px;			
	font-family:		verdana, arial, sans-serif;
	font-size:			xx-small;
	text-align:			center;
}


a {
	font-weight: 	bold;
	text-decoration: none;
	color:	#1f2003;
	outline: none;
}
