* {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	background: #FFFFFF url(../images/back.jpg) repeat-x;
	color: #FFFFFF;
	}
object, embed {
	display: block;
	}
html, body {
	margin: 0; 
	border: 0;
	padding: 0;
	height: 100%;
	}
html {
	display: table; 
	width: 100%;
	}
body { 
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	}
#Content {
	margin: 0 auto;
	margin-top: expression((x=document.documentElement.clientHeight-this.scrollHeight)>0?x/2+'px':0);
  	background:url(../images/bg_home.jpg) repeat-x;
	height: 600px;
	}
#Flash {
	width:900px;
    height:600px;
    margin: 0 auto;
	}