/*reset
--------------------------------------------------------------------------------------------------------*/
html { color: #000; background: #FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style: inherit; font-weight: inherit; }
del,ins { text-decoration: none; }
li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; font-variant: normal; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
legend { color: #000; }
input,button,textarea,select,optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input,button,textarea,select { *font-size: 100%; overflow: visible; }

/*main set
--------------------------------------------------------------------------------------------------------*/
body {
	font-family: Helvetica, Arial, "LiHei Pro", PMingLiU, sans-serif;
	font-size: 13px;
	background: #231a25;
}
	#container {
		width: 980px;
		margin: 0 auto;
	}
		#header {
			height: 560px;
			background: url(images/header.jpg);
		}
			#header h1,
			#header h2,
			#header h3 { display: none; }
		#main {
			_height: 1%;
			overflow: hidden;
			_overflow: none;
			padding: 0;
		}
			.title {
				clear: both;
				height: 70px;
			}
				.title span { display: none; }
			#title-1 { background: url(images/title1.jpg); }
			#title-2 { background: url(images/title2.jpg); }
			.bin {
				height: 200px;
				padding: 0 0 0 20px;
			}
				.bin a {
					display: block;
					width: 180px;
					height: 160px;
					float: left;
					margin: 0 11px 0 0;
				}
					.bin a span { display: none; }
			#bin-1 { background: url(images/bin1.jpg); }
			#bin-2 { background: url(images/bin2.jpg); }
