@charset "utf-8"; 

body{
	text-align: center;
}
      body#top{
       background: #FFF url(../images/body_back01.png) repeat-x 0 0;
      }
      body#secound{
       background: #FFF url(../images/body_back02.png) repeat-x 0 0;
      }
#wrapper{
	 position: relative;
	 width: 900px;
	 margin: 0 auto;
	 text-align: left;
}
#header{
	width: 900px;
  height: 53px;
  padding-top: 13px;
}
				#header h1{
				     text-indent: -9999px;
				     background: transparent url(../images/header_logo.gif) no-repeat 0 0;
				}
							#header h1 a{
								display: block;
								width: 239px;
				        height: 32px;
							}
#cont{
	width: 900px;
}
      #secound #cont{
        margin-top: 17px;
      }
#colL{
	float: left;
	width: 640px;
	/*background-color: fuchsia;*/
}
#colR{
	float: right;
	width: 222px;
	/*background-color: aqua;*/
}
#footer{
  width: 100%;
  margin-top: 40px;
  background: transparent url(../images/main_back.png) repeat-x 0 0;
}
			
