html{padding:0;margin:0;width:100%;}
body{
	padding:0;margin:0;
	width:100%;height:100%;
	position:absolute;
	top:0;background-color:#FFF;
	background-image:url(style/body_back.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#title{
	width:100%;height:86px;
	background-color:#000;
	background-image:url(style/title_bar.png);
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom:1px #000 solid;
	text-align:left;
	color:#FFF;
}
#title b{
	color:#FFFF00;
	font-family:san-serif;
	font-size:30px;
	font-weight:300;
	position:relative;
	top:-30px;
}
#title i{
	color:#FFF;
	font-size:14px;
	font-weight:300;
	font-family:san-serif;
	position:relative;
	top:-14px;left:-240px;
}
#main_body{
	width:100%;height:100%;
	/*background-image:url(style/body_top.png);
	background-position:top center;
	background-repeat:repeat-x;*/
	
}
table{border-spacing:0;padding:0;margin:0;border-collapse:collapse;width:100%;}

.dragme{position:relative;cursor:move;}
.tl_corner{
	background-image:url(style/tl_corner.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:25px;height:25px;
}
.tr_corner{
	background-image:url(style/tr_corner.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:25px;height:25px;
}
.bl_corner{
	background-image:url(style/bl_corner.png);
	background-position:top right;
	background-repeat:no-repeat;
	width:25px;height:25px;
}
.br_corner{
	background-image:url(style/br_corner.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:25px;height:25px;
}
.tbl_left{
	background-image:url(style/tbl_left.png);
	background-position:top right;
	background-repeat:repeat-y;
	width:25px;
}
.tbl_right{
	background-image:url(style/tbl_right.png);
	background-position:top left;
	background-repeat:repeat-y;
	width:25px;
}
.tbl_top{
	background-image:url(style/tbl_top.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:25px;
}
.tbl_bottom{
	background-image:url(style/tbl_bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:25px;
}
.tbl_body{
	background-image:url(style/tbl_body.png);
	background-position:top center;
	background-repeat:repeat-y;
	vertical-align:top;
}
#menu{text-align:center;width:245px;float:left;}
#menu a{
	display:block;
	border:1px #999 solid;
	background-image:url(style/menu_item.png);
	background-position:top center;
	background-repeat:repeat-y;
	text-align:center;
	text-decoration:none;
	color:#333399;
}
#menu a:hover{border-color:#000;color:#000;}
#bound_1{float:left;}
#bound_2{margin-left:351px;}
#picture{text-align:center;width:350px;clear:left;}
#picture img{border:1px #999 solid;width:300px;}
