/* CSS Document */
#header {
	width:1000px;
	height:90px;
	background-image:url(../images/headbg.jpg);
	font-size:11px;
}
#center {
	width:1000px;
	height:460px;
	clear:both;
}
#down {
	width:1000px;
	height:180px;
	clear:both;
}
#downleft {
  float:left;
  width:370px;
  height:180px;
  background-image:url(../images/downleft.png);
}
#downcenter {
  float:left;
  width:360px;
  height:180px;
  background-image:url(../images/downcenter.png);
}
#downright {
  float:left;
  width:270px;
  height:180px;
}
#center h1{
  font-size:0px;
}
