html {
	background: url('images/htmlBg.jpg') repeat-y center #d9d9d9;
}
.clearfix {
	clear: both;
}
	body {
		font-family: Arial;
		font-size: 10px;
		color: #999999;
		background: url('images/pattern2.png') repeat-x;
	}
		div#contentContainer {
			background: url('images/contentBg.png') repeat-y;
			width: 900px;
			margin: 0 auto;
			padding: 0 30px 20px 30px;
		}
			div#credit {
				width: 900px;
				height: 13px;
				padding: 10px 0 0 0;
			}
				div#credit img {
					float: right;
				}
			div#header {
				height: 107px;
				width: 900px;
				background: url('images/header.jpg') no-repeat;
			}
					ul.down-list {
						position: relative;
						top: 107px;
						padding: 10px 0 0 0;
					}
					ul.down-list li a {
						text-align: center;
						width: 154px;
						height: 35px;
						display: block;
						color: #000000;
						line-height: 25px;
					}
						ul.down-list li a span { display: none; }
					a#findYourYang {
						background: url('images/findYourYang.png') no-repeat top left;
					}
						a#findYourYang:hover {
							background: url('images/findYourYang.png') no-repeat bottom left;
						}
					a#contact {
						background: url('images/contact.png') no-repeat top left;
					}
						a#contact:hover {
							background: url('images/contact.png') no-repeat bottom left;
						}
			div#yin {
				background: url('images/yin2.jpg') no-repeat;
				width: 900px;
				height: 610px;
			}
				div#facebook  a {
					background: url('images/facebook.png') no-repeat right;
					width: 900px;
					height: 65px;
					display: block;
					margin: 0 3px 0 0;
					float: right;
				}
					div#facebook  a span {
						display: none;
					}
			div#styleSelect {
				width: 44px;
				height: 14px;
				float: right;
				margin: 10px 10px 0 0;
				padding: 3px 3px 0 3px;
			}
				div#style1 a {
					background: url('images/selector2.jpg') no-repeat;
					width: 14px;
					height: 14px;
					float: left;
					margin-right: 1px;
					display: block;
				}
					div#style1 a span {
						display: none;
					}
				div#style2 a {
					background: url('images/selector1.jpg') no-repeat;
					width: 14px;
					height: 14px;
					float: left;
					margin-right: 1px;
					display: block;
				}
					div#style2 a span {
						display: none;
					}
				div#style3 a {
					background: url('images/selector3.jpg') no-repeat;
					width: 14px;
					height: 14px;
					float: left;
					display: block;
				}
					div#style3 a span {
						display: none;
					}
		div#footer {
			background: url('images/contentBgBottom.png') no-repeat;
			width: 960px;
			margin: 0 auto;
			padding: 10px 0;
			text-align: center;
		}
