html, body {
	height:  100%;
	width:  100%;
	margin:  0px;
	padding:  0px;
	overflow:hidden;
	background-color: #009AD0;
}

#image {
	position: absolute;
	width: 760px;
	height: 400px;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-left: -380px;
	margin-top: -200px;
}

#image img {
	border:none;
}

/* FLASHCONTENT */
#flashcontent {
	height:100%;
}

