/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(bg-DSCN4103-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #989898;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 420px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;

}

