div.container{
	position:  	 			absolute;
	left:  	   	 			50%;
	margin:  	 			0 -400px;
	width:  				800px;
}

table.struct_table{
	border-collapse:		collapse; 
	border:					none; 
	background-image:		url(../struct/struct_global_tab_background.png); 
}

div.struct_head{
	width:					800px; 
	height:					88px; 
	background-image:		url(../struct/struct_header.png); 
	background-repeat:		no-repeat;
}

div.struct_nav{
	width:					135px; 
	min-height:				449px; 
}

div.struct_main{
	width:					624px; 
	min-height:				460px; 
	background-image:		url(../struct/struct_main_background.png); 
	background-repeat:		no-repeat;
	padding:				10px;
}

div.struct_borderleft{
	width:					9px; 
	height:					480px;
	background-image:		url(../struct/struct_border_left_background.png);
}

div.struct_borderright{
	width:					12px; 
	min-height:				480px;
	background-image:		url(../struct/struct_border_right_background.png);
}

div.struct_footer_left{
	width:					144px; 
	height:					32px; 
	background-image:		url(../struct/struct_footer_1.png); 
	background-repeat:		no-repeat;
}

div.struct_footer_right{
	width:					656px; 
	height:					32px; 
	background-image:		url(../struct/struct_footer_2.png);
	background-repeat:		no-repeat;
}
