/*********************
	HTML Elements
*********************/
body{
	background:url(images/bg.png) repeat-x top;
	margin:0px auto;
	text-align:center;
	background-color:#88abcf;
}

.head_top_container{
	width:850px;
	height:27px;
	margin:0px auto;
	clear:both;

}

.head_top_left{
	height:47px;
	width:5px;
	background:url(images/title_left.gif) no-repeat;
	float:left;
}

.head_top_mid{
	height:47px;
	width:840px;
	background:url(images/title_mid_bg.gif) repeat-x;
	float:left;
}

.head_top_right{
	height:47px;
	width:5px;
	background:url(images/title_right.gif) no-repeat;
	float:left;
}

.head_title_name{
	height:24px;
	width:255px;
	background:url(images/title_name.gif) no-repeat;
	float:left;
	margin-top:13px;
	margin-left:10px;
}

.head_back_to_ft{
	cursor:hand;
	height:22px;
	width:178px;
	margin-top:25px;
	margin-right:10px;
	background:url(images/back_to_ft.gif) no-repeat left top;
	float:right;
}

.body_main_container{
	width:850px;
	/*height:604px;*/
	margin-top:43px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
}

.body_main_container_mid
{
	width:850px;
	height:802px;
	background:url(images/person.png);
	margin:0 auto;
}
 
.bankservice{
    clear:both;
 
}
.body_main_mid{
    float:right;
}

a.goto_website{
    width:51px;
    height:33px;
    margin-top:1px;
    margin-right:25px;
    float:right;
    z-index:298; 
}
a.goto_website:hover{
    width:51px;
    height:33px;
    margin-top:12px;
    margin-right:25px;
    float:right;
    z-index:298; 
    background:url(images/bank_goto.png) no-repeat right top;
}
 
.notgoto_website{
    width:51px;
    height:33px;
    margin-top:1.3px;
    margin-right:25px;
    float:right;
    z-index:298; 
}