#container {
	overflow: hidden;
	position: static;
	width: 100%;
	z-index: 10;
}
	#header {
		margin: 10px 0 3px;
		overflow: hidden;
		position: static;
		text-align: center;
		z-index: 10;
	}
	#nav {
		background: url(../imgs/bg_nav.png) center left repeat;
		border-bottom: 1px solid #9F3;
		border-top: 1px solid #9F3;
		margin-bottom: 10px;
		overflow: hidden;
		padding: 15px 10px;
		position: static;
		text-align: center;
		z-index: 10;
	}
	#slider {
		margin-top: 10px;
		overflow: hidden;
		position: static;
		z-index: 10;
	}
	#content {
		background-color: #FFF;
		border-bottom: 2px solid #EFD;
		border-top: 2px solid #EFD;
		margin: 10px;
		overflow: hidden;
		padding: 10px;
		position: static;
		text-align: center;
		z-index: 10;
	}
	#footer {
		font-size: 20px;
		overflow: hidden;
		padding: 0 10px;
		position: static;
		z-index: 10;
	}
	#up {
		background-color: #093;
		border: 1px solid #6C0;
		border-bottom: none;
		border-radius: 10px 10px 0 0;
			-moz-border-radius: 10px 10px 0 0;
			-webkit-border-radius: 10px 10px 0 0;
		bottom: 0;
		right: 20px;
		position: fixed;
		z-index: 10;
	}
	#sign {
		background-color: #FFF;
		border-bottom: 2px solid #EFD;
		border-top: 2px solid #EFD;
		font-size: 16px;
		margin: 10px;
		overflow: hidden;
		padding: 5px 10px;
		position: static;
		text-align: center;
		z-index: 10;
	}