body,form,fiedset{
  margin:0;
  padding::0;
  }


fieldset{
   border:none;
   }
   
h1,h2,h3,h4,h5,h6,p,pre,
blockquote,ul,ol,dl,dd{
   margin:0;
   padding:0;
   }  
      
body
	{
	background-image: url(../common/bk.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#content {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #3366CC;
	text-decoration: none;
}
