html {
	height: 100%;
    overflow: auto;
	background-color:#000000;
}
#flashid {
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
	min-height: 540px;
	min-width: 990px;
}
body {
	height: 100%;
	min-height: 540px;
	min-width: 990px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
a {
	text-decoration: none;
	color: #000000;
}
