@charset "utf-8";
/* CSS Document */

#container {
	width: 100%;
	z-index: 100;
}
	#header {
		background: url(../imgs/bg_header.jpg) center top no-repeat;
		height: 200px;
		margin: 0 auto;
		padding-top: 160px;
		position: relative;
		text-align: center;
		width: 1000px;
		z-index: 100;
	}
	#nav {
		font-size: 0;
		margin: 10px auto;
		position: relative;
		text-align: center;
		width: 1000px;
		z-index: 100;
	}
	#content {
		background-color: #FFF;
		color: #000;
		margin: 0 auto 10px;
		padding: 10px;
		position: relative;
		text-align: justify;
		width: 980px;
		z-index: 100;
	}
	#footer {
		margin: 0 auto;
		position: relative;
		text-align: center;
		width: 1000px;
		z-index: 100;
	}