

#body 
{ 
	background:#fff url('/isolation/images/template/bg_pattern.gif') repeat-x;
	width:100%;
	height:100%;
}

#top
{ 
	height:221px; 
	vertical-align:top;

}

#logo {
	position:absolute;
	width:230px;
	height:90px;
	top:20px;
	left:-8px;
}

#download {
	position:absolute;
	top:120px;
	left:2px;
	width:210px;
	height:90px;
}

#menu {
	position:absolute;
	top:165px;
	left:222px;
	width:210px;
	height:90px;
}

#left_area 
{ 
	float:left;
	width:221px;
	height:100%;
}

#left_area #login_area
{
	margin:2px 0 0 4px;
	width:188px;
	height:140px;
	padding:24px 0 0 17px;
	background:#fff url('/isolation/images/template/bg_login.gif') no-repeat;
}
#center_area
{
	float:left;
	width:717px;
	height:100%;
}

#center_area #content { padding-top:5px; }

#copyright
{
	height:35px;
}

.box_lt { background:url('/isolation/images/template/box_lt.gif') no-repeat left top; }
.box_t  { background:url('/isolation/images/template/box_t.gif') repeat-x top; }
.box_rt { background:url('/isolation/images/template/box_rt.gif') no-repeat right top; }
.box_l  { background:url('/isolation/images/template/box_l.gif') repeat-y left; }
.box_r  { background:url('/isolation/images/template/box_r.gif') repeat-y right; }
.box_lb { background:url('/isolation/images/template/box_lb.gif') no-repeat left bottom; }
.box_b  { background:url('/isolation/images/template/box_b.gif') repeat-x bottom; }
.box_rb { background:url('/isolation/images/template/box_rb.gif') no-repeat right bottom; }