@charset "utf-8";
/* CSS Document */

.page{
	height:1024px;
	weight:723px;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
.bar{
	height:40px;
	width:500px;
	position:relative;
	top:110px;
	left:570px;
	}
.bar ul li{
	display:inline;
	}
	
.content{
	height:400px;
	width:530px;
	position:relative;
	top:125px;
	left:530px;
	
	}
	
/*member*/

.content1{
	height:400px;
	width:600px;
	position:relative;
	top:115px;
	left:490px;
	float:left;
	
	
	}	
	
.sidebar{
	height:400px;
	width:130px;
	position:relative;
	top:50px;
	float:left;
	
	}
	
	
	