@charset "utf-8";
#body {
	position: relative;
	border: thin none #000000;
	width: 800px;
	height: 1020px;
	background-color: #FFFFFF;
	top: 175px;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
#upper_R {
	position: absolute;
	height: 138px;
	width: 50%;
	left: 50%;
	top: 0px;
	right: 0px;
	z-index: 2;
	background-image: url(images/art14_R.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#HM {
	position: absolute;
	height: 282px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	z-index: 1;
	left: 0px;
}

#Right {
	position: absolute;
	height: 600px;
	width: 30px;
	top: 172px;
	right: -52px;
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	z-index: 2;
}

#usa_R {
	background-image: url(images/usa_R.png);
	background-repeat: no-repeat;
	position: fixed;
	width: 50%;
	height: 658px;
	top: 200px;
	right: 0px;
	background-position: right;
	z-index: 0;
}
#Left {
	height: 600px;
	width: 30px;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	z-index: 2;
	top: 172px;
	position: absolute;
	left: -52px;
}
#shadow_container {
	height: 600px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 197px;
}


#stripe {
	position: absolute;
	height: 34px;
	width: 100%;
	top: 138px;
	background-image: url(images/grad.jpg);
	z-index: 2;
}
#upper_L {
	position: absolute;
	height: 138px;
	width: 50%;
	left: 0px;
	top: 0px;
	z-index: 2;
	background-image: url(images/art14_L.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#HM_container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 282px;
	width: 756px;
	z-index: 3;
}
#usa_L {
	background-image: url(images/usa_L.png);
	background-repeat: no-repeat;
	position: fixed;
	width: 50%;
	height: 658px;
	top: 200px;
	background-position: left;
	left: 0px;
	z-index: 0;
}

