@charset "utf-8";
#ie7 {
	height: 93px;
	width: 306px;
	bottom: 20px;
	z-index: 3;
	position: absolute;
	left: 20px;
}
#announce {
	height: 93px;
	width: 306px;
	bottom: 140px;
	z-index: 3;
	position: absolute;
	left: 20px;
	background-color: #4173DB;
	box-shadow: 0px 2px 5px #02a6c9;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/index_bg.gif);
}

#cover_wrapper {
	height: auto;
	width: 100%;
	min-width: 1100px;
	position: absolute;
	z-index: 4;
	left: 0px;
}
#cover {
	height: 550px;
	width: 395px;
	margin-left: 35%;
	left: 50%;
	z-index: 4;
	margin-top: 150px;
}
#index_stc {
	height: 120px;
	width: 700px;
	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%;
	min-width: 1100px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	min-height: 700px;
}
#index_click {
	height: 79px;
	width: 425px;
	z-index: 5;
	position: absolute;
	background-image: url(images/index_click.gif);
	background-repeat: no-repeat;
	top: 500px;
	left: 55%;
}
#cover_by {
	height: 180px;
	width: 545px;
	right: 50%;
	z-index: 6;
	margin-top: 250px;
	position:absolute;

}
.subheading {
	font-family: "Gill Sans MT", "Arial Black";
	font-size: 18px;
	font-weight: bold;
	line-height: .8;
}
.center_align {
	text-align: center;
}