@charset "utf-8";

/*------------------------------------------------
	header styles
--------------------------------------------------*/
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}



/*------------------------------------------------
	footer styles
--------------------------------------------------*/
#footer {
	position: absolute;
	width: 100%;
	height: 225px;
	top: 786px;
	left: 0;
	z-index: 0;
	background: url(../images/bg-footer_e.jpg) center top repeat-x;
}



/*------------------------------------------------
	main contents styles
--------------------------------------------------*/
#contentsarea {
	position: absolute;
	width: 100%;
	height: 950px;
	z-index: 1;
	left: 0;
	top: 0;
}



