@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: 550px;
	width: 395px;
	margin-left: 35%;
	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: 120px;
	width: 700px;
	z-index: 2;
	position: absolute;
	background-image: url(images/index_stc.gif);
	background-repeat: no-repeat;
	top: 25px;
	margin-left: 2%;
}
#index_coverby {
	height: 180px;
	width: 454px;
	z-index: 10;
	position: absolute;
	background-image: url(images/cover_by.gif);
	background-repeat: no-repeat;
	top: 210px;
	margin-left: 2%;
	left: 5%;
}
#index_bdaybadge {
	height: 205px;
	width: 205px;
	z-index: 10;
	position: absolute;
	background-image: url(images/bdaybadge.png);
	background-repeat: no-repeat;
	top: 100px;
	margin-left: 2%;
	right: 10%;
}


#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: 60%;
}
