/*------------------------------------------------------
top css
Copyright 2007 Montre Solmare S.A.
Authored by HYS
------------------------------------------------------*/

/* bg over ride */
#main {
	/*background: #555550 url(../cmn_img/main-bg-type4.jpg) no-repeat scroll 0px 0px;*/
	overflow: hidden;
}

body{
	height:100%;
	overflow:hidden;
	text-align: center;
	background-attachment: fixed;
	background-color: #878780;
	background-image: url(../cmn_img/alpha.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#pic{
	/*width:100%;
	height:100%;*/
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	/*margin-top: -50%;
	
	margin-left: -50%;*/
	/*background: fixed right bottom;*/
}
#logo{
	position:absolute;
	width:190px;
	height:79px;
	overflow: hidden;
	z-index: 20;
	left: 70px;
	top: 40%;
	margin-top: -155px;
}
#navi_bg {
	height: 100%;
	width: 250px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	left: 40px;
	bottom: 0px;
	background: url(../cmn_img/top-bg.gif) repeat;
}
#navi-bottom-shadow {
	position: absolute;
	height: 350px;
	width: 250px;
	left: 40px;
	bottom: 0px;
	z-index: 8;
}
#navi-top-shadow {
	position: absolute;
	height: 350px;
	width: 250px;
	left: 40px;
	top: -100px;
	z-index: 9;
}#topbanner {
	overflow: hidden;
	position: absolute;
	z-index: 27;
	height: 360px;
	width: 220px;
	left: 55px;
	top: 40%;
	margin-top: -50px;
}
