html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width:100%;
        overflow:hidden;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #272727;
	background-image: url('bg1300PB02.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}


#flashContent {
	position:relative;
	width: 1000px;
	height: 560px;
}