/* html */
html{
	height:100%;
	width:100%;
	overflow:auto;
}

/* body */
body{
	background-color:#004c80;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}

/* flash content */
div#flash_content {
	width: 100%;
	height: 100%;
}