*, img, html, body, div, object {
    margin: 0px;
    padding: 0px;
    border: 0px;
    left: 0px;
    top: 0px;
}

html {
    height: 100%;
    width: 100%;
    overflow: auto; /*NEEDED FOR RESIZE!*/
}

body {
    height: 100%;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center; /* horizontal centering for IE Win quirks */
}

#htmlcontent {
    display: none;
	z-index:800 !important;
	height:200% !important;
}

#container{
	overflow:visible !important;
}

#distance {
    position: absolute;
    z-index: 5;
	left:0px;
	top:0px;
    height: 680px;
    width: 1005px;
}

#flashcontent {
    margin: 0px auto 0px auto;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 200;
    /*overflow: auto;*/
    min-height: 680px;
    min-width: 1005px;
}

#flashcontent #steiff {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
}