body{
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	background: url(image/bg_jas.jpg) no-repeat top center;
	background-color: #000;
	font-family: verdana;
	font-size: 12px;
}

a{
	color: #fff;
}

#page{
	margin: 0px auto;
	text-align: center;
}

#header{
	margin: 0px auto;
	width: 100%;
	height: 230px;
}

#header_nav{
	position: absolute;
	margin: 0px auto;
	top: 130px;
	left: 0px;
	background-color: #403531;
	height: 100px;
	width: 100%;
}

#nav{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 500px;
	height: 100px;
	color: #fff;
	line-height: 1.6;
}
#nav a{
	color: #fff;
	text-decoration: none;
}

#nav1{
	position: absolute;
	top: 10px;
	left: 0px;
}
#nav2{
	position: absolute;
	top: 10px;
	left: 200px;
}

#logo{
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 850px;
	top: 20px;
	left: 0px;
}

#content_bg{
	padding: 10px;
	margin: 0px auto;
	position: absolute;
	top: 240px;
	background-color: #403531;
	width: 500px;
	min-height: 400px;
}

#content{
	position: relative;
	margin: 0px auto;
	padding: 10px;
	top: 20px;
	width: 500px;
	text-align: left;
	min-height: 500px;
	background-color: #403531;
}

#content a{
	color: #fff;
}

#content h1{
	margin: 0;
	color: #bbb;
	font-size: 18px;
}

#content img{
	border: 1px solid #fff;
}