body{
	margin:0;
	color:#fff;
	font:normal bold 16px/16px Arial, Verdana, Helvetica, sans-serif;
	background:#f4f5ef;
	min-width:730px;
}
img{border-style:none;}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
#header{
	width:730px;
	height:50px;
	background:url(../images/bg-header.gif) repeat-x;
	position:relative;
	margin:auto;
	margin-top: 40px;
}
#header h1{
	margin:0;
}
#header h1 a{
	width:220px;
	height:60px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	right:57px;
	top:0;
	text-indent:-9999px;
	cursor:pointer;
}
#page{
	width:722px;
	overflow:hidden;
	background:#fff;
	padding:0 0 0 0px;
	margin: auto;
}

#box{
	width:411px;
	margin: 52px 120px 52px;

}
.btm {
	margin: 0 0 13px;
}

#box ul li {
	height: 66px;
	margin: 0px auto 20px;
	list-style:none;
}

.stm {
	position:relative;
	display:block;
	height: 66px;
	width: 409px;
	background:url(../images/stgmrkt.png) 0 0 no-repeat;
}

.stm span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 66px;
	width: 409px;
	background:url(../images/stgmrkt.png) 0 -66px no-repeat;
}	

.clbrs {
	position:relative;
	display:block;
	height: 66px;
	width: 409px;
	background:url(../images/clbrs.png) 0 0 no-repeat;	
}

.clbrs span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 66px;
	width: 409px;
	background:url(../images/clbrs.png) 0 -66px no-repeat;	
}

.ecb {
	position:relative;
	display:block;
	height: 66px;
	width: 409px;
	background:url(../images/ecb.png) 0 0 no-repeat;	
}

.ecb span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 66px;
	width: 409px;
	background:url(../images/ecb.png) 0 -66px no-repeat;	
}


.stm *, .clbrs *, .ecb * {
  display: none;
}
	

