html {
	overflow:hidden;
}

html, body {
	background-color:#ffffff;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0px;
	text-align:left;
	}

#container {
	background:transparent;
	width:760px;
	height:423px;
	position:relative;
	margin:0px auto;
	text-align:left;
	}

/* styles for IE 5 Mac */

#all {
	background-color: transparent;
	height:423px;
	position: absolute;
	top:0px;
	left:0px;
	margin-bottom:0px;
	margin:0px auto;
 	}
 
/* following rules are invisible to IE 5 \*/

#all {
	background:transparent;
	width:100%;
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-210px;
	}

/* end IE 5 hack */