*{
  margin:0;
  padding:0;
  zoom:1;
}

html>body{
	margin:0 auto;
}

body{
	background:url(../common_img/bg.jpg) top repeat;
	text-align: center; /* center on ie */
    width: 100%;
}

#container {
	margin: 0 auto; /* center on everything else */
	position:absolute;
    text-align: left;
    width: 835px;
	height:548px;
	top: 50%;
	left: 50%;
	margin-top: -274px;
	margin-left: -417px;
}

#header{
	margin:0px;
	padding:0px;
	width:835px;
	height:83px;
}

#main{
	background:url(../common_img/top_flash_bg.jpg);
	width:835px;
	height:465px;
}
