@charset "utf-8";
#ie7 {
	height: 93px;
	width: 306px;
	bottom: 20px;
	z-index: 3;
	position: absolute;
	left: 20px;
}
#cover_wrapper {
	height: auto;
	width: 100%;
	min-width: 1100px;
	position: absolute;
	z-index: 4;
	left: 0px;
}
#cover {
	height: 600px;
	width: 612px;
	margin-left: 25%;
	left: 50%;
	z-index: 4;
	margin-top: 150px;
}
#top_left {
	height: 10px;
	width: 10px;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/index_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottom_right {
	height: 10px;
	width: 10px;
	z-index: 2;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(images/index_bottomright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top_right {
	height: 10px;
	width: 10px;
	z-index: 2;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/index_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#bottom_left {
	height: 10px;
	width: 10px;
	z-index: 2;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(images/index_bottomleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#index_stc {
	height: 259px;
	width: 98%;
	z-index: 2;
	position: absolute;
	background-image: url(images/index_stc.gif);
	background-repeat: no-repeat;
	top: 25px;
	margin-left: 2%;
}
#wrapper {
	height: 99.9%;
	width: 100%;
	background-image: url(images/index_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	min-width: 1100px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	min-height: 700px;
}
#index_click {
	height: 70px;
	width: 495px;
	z-index: 5;
	position: absolute;
	background-image: url(images/index_click.gif);
	background-repeat: no-repeat;
	top: 500px;
	left: 50%;
}
