/* index.css */

/* text -> img
****************************************************/
div#main_container div#main h3 {
	text-indent: -999px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}


/* base_setting
**************************************************************************************************/
div#mc_wapper {
	position: relative;
	background-color: #77c200;
}
*html #wapper div#mc_wapper {
	width: 100%;
}
div#main_container {
	background-color: #77c200;
}
div#main_container div#main {
	position: relative;
	background-color: #77c200;
	width: 940px;
	height: 590px;
}

#wapper div#global_footer {
	margin-top: 0;
}

/* main_container
**************************************************************************************************/
div#main_container div#main div#extendContent {
	position: relative;
	background-image: url(../images/dummy.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 590px;
}
div#main_container div#main div#extendContent p {
	position: absolute;
	right: 13px;
	bottom: 30px;
}