@charset "utf-8";
body  {
	background-color:#FAFFEF;
	}
#center  {
	margin:auto;
	width:1004px;
	hight:541px;
	}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:1004px;
	height:201px;
	z-index:1;
	background-color: #CCCCCC;
	background-image: url(../images/banner_def.gif);
}
#navtop {
	position:relative;
	left:0px;
	top:0px;
	width:1004px;
	height:88px;
	z-index:1;
	background-color: #CCCCCC;
	background-image: url(../images/navigation_def.gif);
}
#main{
	position:relative;
	left:0px;
	top:0px;
	width:1004px;
	background-color: #CCCCCC;
	background-image: url(../images/main_def.gif);
	background-repeat: repeat-y;
	overflow:hidden;
}


#footer {
	position:relative;
	left:0px;
	top:0px;
	width:1004px;
	height:53px;
	z-index:1;
	background-color: #CCCCCC;
	background-image: url(../images/pied_def.gif);
}

p span.displaynone { display:none; }
