@charset "utf-8";
	html{ height: 100%; width: 100%; overflow: auto;}
	body{ height: 100%; width: 100%; position: relative; overflow: hidden; margin: 0;}


	.pc_motion {
	  width: 100%;
	  border: none;
		height: 180px;
	}
	@media (max-width: 767px) {
		.pc_motion {
			width: 100%;
			max-width: 960px;
			margin: 0 auto;
			height: 180px;
			display: block;
			margin: 0 -15px;
		}
	}

	/* glue: 0.9.4 hash: 9644d007c6 */
	#washington,
	#gracery,
	#logo_brown,
	#hotels,
	#w,
	#h2,
	#h1,
	#g {
		background-image: url('../img/whg.png');
		background-repeat: no-repeat;
	}

	#washington {
		background-position: -10px -10px;
		width: 247px;
		height: 32px;
	}

	#gracery {
		background-position: -10px -62px;
		width: 228px;
		height: 25px;
	}

	#logo_brown {
		background-position: -10px -107px;
		width: 151px;
		height: 96px;
	}

	#w {
		background-position: -10px -127px;
		width: 51px;
		height: 46px;
	}

	#h2 {
		background-position: -66px -107px;
		width: 46px;
		height: 66px;
	}

	#h1 {
		background-position: -66px -107px;
		width: 46px;
		height: 66px;
	}

	#g {
		background-position: -118px -126px;
		width: 43px;
		height: 48px;
	}

	#hotels {
		background-position: -10px -179px;
		width: 151px;
		height: 24px;
	}

	@media screen and (-webkit-min-device-pixel-ratio: 1.0), screen and (min--moz-device-pixel-ratio: 1.0), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1.0), screen and (min-resolution: 1.0dppx) {
		#washington,
		#gracery,
		#logo_brown,
		#hotels,
		#w,
		#h2,
		#h1,
		#g {
			background-image: url('../img/whg.png');
			-webkit-background-size: 267px 213px;
			-moz-background-size: 267px 213px;
			background-size: 267px 213px;
		}
	}

	#wrapper{position:relative; top: auto; left: 50%; margin-left:-510px; }

	#bg_white{background: #fff; max-width: 1020px; height: 180px;}
	.motion_parts{ position: absolute; top: 0px; left: 0px; }
	.hidding{ display: none; }

	#w{ left: 434px; top: 73px; }
	#h1,#h2{ left: 490px; top: 53px;}
	#g{ left: 542px; top: 72px; }
	/*#w{ left: 426px; top: 72px; }
	#h1,#h2{ left: 489px; top: 49px;}
	#g{ left: 547px; top: 71px; }*/
	#hotels { left: 434px; top: 125px; }

	#washington { left: 252px; top: 76px; }
	#gracery{ left: 533px; top: 80px;}

	#logo_brown { left: 434px; top: 23px; }
	/*#logo_brown { left: 426px; top: 37px; }*/

	#border_top{ position: absolute; left: 0px; top: 0px; width: 100%; height: 1px; background-color: #b08246;}
	#border_left{ position: absolute; left: 0px; top: 0px; width: 1px; height: 100%; background-color: #b08246;}
	#border_right{ position: absolute; right: 0px; top: 0px; width: 1px; height: 100%; background-color: #b08246;}
	#border_bottom{ position: absolute; left: 0px; bottom: 0px; width: 100%; height: 1px; background-color: #b08246;}
