div#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border-left: 1px dotted #000;
	*_border-left: 1px solid #c6c4c0;
	border-right: 1px dotted #000;
	*_border-right: 1px solid #c6c4c0;
	background: #f5e9d9 url(/file/picture/frame/container_bg.jpg) no-repeat scroll 0 133px;
	overflow: auto;
}

div#header {
	width: 100%;
	height: 133px;
	background: transparent url(/file/picture/frame/header_bg.jpg) no-repeat scroll 0 0;
}

div#header a {
	display:block;
	height:133px;
	width:350px;
	outline: none;
}

div#header a span {
	display: none;
}

div#content {
	float: left;
	width: 614px;
	*_width: 714px;
	padding: 50px 50px 0;
	overflow: auto;
	position: relative;
}