body{
	margin: 0px 0px 0px 0px;
}
#tplFra {
	background-color: black;
	position: absolute;
	height:100%;
	width:100%;
	min-width:700px;
	min-height:360px;
}
#tplTop {
	position: absolute;
	width:100%;
	height:50px;
	top:0px;
	left:0px;
	color: white;
	text-align: center;
	font-size:16px;
	
}
#titleRoot{
	position: absolute;
	height:23px;
	width:100%;
	bottom: 0px;
	right: 50px;
	font-size: 18px;
	text-align: right;
	padding: 5px 10px 5px 0;
	background: url(../img/struct/topBkg.png) repeat-y top right;
}

#tplLft {
	position: absolute;
	width:48px;
	top:50px;
	left:2px;
	color: white;
	overflow: hidden;
	text-align: center;
	padding-bottom:26px;
	background: url(../img/struct/leftBkg.png) bottom right no-repeat;
}
#tplMain{
	position: absolute;
	background-color: white;
	top:50px;
	bottom:50px;
	left: 50px;
	right:50px;
}
#tplMnu {
	position: absolute;
	background-color: white;
	width:250px;
	top:0px;
	left:0px;
	bottom:0px;
	text-align: left;
}

#tplMnuOpenedCo{
	position: absolute;
	width: 15px;
	height: 27px;
	right:0px;
	bottom:210px;
}
#mnuBtnCollapse{
	background: url(../img/mnu/collapse.png) no-repeat;
	position: absolute;
	width: 15px;
	height: 27px;
}

#mnuBtnCollapse:hover{
	background-image: url(../img/mnu/collapseOver.png);
}

#tplIco{
	position: absolute;
	text-align: center;
	width:240px;
	bottom:0px;
	height:200px;
	overflow: hidden;
}
#tplIco img{
	position: absolute;
	left:0px;
	bottom:0px;
}
#tplMnuClosed{
	position: absolute;
	background-color: white;
	top:0px;
	left:0px;
	bottom:0px;
	width: 15px;
}
#tplBtnOpenMenu{
	background: url(../img/mnu/open.png) no-repeat;
	position: absolute;
	width: 15px;
	height: 27px;
	bottom:210px;
}

#tplBtnOpenMenu:hover{
	background-image: url(../img/mnu/openOver.png);
}
#tplCo {
	position: absolute;
	background-color: white;
	top:0px;
	left:250px;
	right:0px;
	bottom:0px;
	overflow: auto;
}
#tplRgt {
	position: absolute;
	width:50px;
	right:0px;
	bottom:50px;
	overflow: hidden;
	text-align: center;
	padding-top:26px;
	background: url(../img/struct/rightBkg.png) top left no-repeat;
}
#tplBtm {
	position: absolute;
	width:100%;
	height:50px;
	bottom:0px;
	left:0px;
	color: white;
	text-align: right;
}
#tplBtmLeft{
	position: absolute;
	display: block;
	left: 50px;
	height:48px;
	padding-right:26px;
	background: url(../img/struct/bottomBkg.png) top right no-repeat;
}
#tplBtmIn {
	position: absolute;
	display: block;
	right: 50px;
	padding-top:2px;
	color: gray;
}
#linkSp{
	text-decoration: none;
	margin: 0px;
}
#linkSp img,
.legalInfo img {
	border-width:0px;
	vertical-align: middle;
}
#tplBtmIn a {
	color: gray;
}
#tplBtmIn a:hover {
	color: lightgray;
}