html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	width: 100%;
	max-height: 100%;
	min-height: 100%;		
	vertical-align: top;
	horizontal-align:left;		
}
body{
	background:  url('images/bg-2.png') repeat center 0 #fff;
}


.template_main_table{
	vertical-align: top;
	height: 100%;
	width: 1024px;
	border-collapse: collapse; 
	border-spacing: 0px;
}
a:link{
	color:#da8d2e;
}

#template_container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	
	
}

.template_div_container{
	
}
.main_template_table_resize{	
	width: 1024px;
	height: 100%;
}
