.container_tabs {width: auto; margin: 10px auto; display:block; height:570px}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 59px;
	border-bottom: 0px solid #DFD9CD;
	border-left: 0px solid #999;
	width: 720px;
	position:absolute;
	z-index:3
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 59px;
	line-height: 49px;
	border: 0px;
	background: url(../images/tab.png) no-repeat 0 0;
	overflow: hidden;
	position: relative;
	width:225px;
}
ul.tabs li a {
	text-decoration: none;
	color: #666;
	font-size:17px;
	display: block;
	padding:0 0 0 20px;
	border: 0px;
	outline: none;
}
	
html ul.tabs li.active, html ul.tabs li.active a, html ul.tabs li:hover, html ul.tabs li a:hover  {
	background-position: 0px -59px;
	color: #FFF;
}
.tab_container {
	position:absolute;
	min-height:522px;
	z-index:2;
	margin:47px 0;
	border: 1px solid #DFD9CD;
	clear: both;
	float: left; 
	width: 720px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px 10px 0px 10px;
}