/* sidebanner*/
html, body {
    height: 100%;
    min-width: 1180px;
}

#nobg {
	background-image: none;
}

header {
	position: relative;
}

#sidebanner {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	height: 0;
}

#sidebanner .sidebanner-area {
	background: url(../img/sidebanner/sidebnr_bg.png) repeat top left;
	width: 80px;
	display: block;
	z-index: 100;
	height: 100%;
	overflow: hidden;
}
#sidebanner-l {
	position: absolute;
	top: 5px;
	left: 0;
}
#sidebanner-r {
	position: absolute;
	top: 5px;
	right: 0;
}