@charset "utf-8";

/* **************************************
 * Last update 
 * 
 *
 *
 ****************************************/
 

html,body {
	margin: 0px;
	width: 100%;
	background : url(../images/page/index_back.jpg) no-repeat;
}

#index_wrapper{
	width: 100%;
	height:100%;
}

#index_inner{
	position:absolute;
	top:300px;
	left:-40px;
}

