/* CSS Document */


body{
	background-color: #e3ecf0;
}


#index_body{
	margin:0 auto 0 auto;
	background-image: url(css_images/bg2.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0 10px 0 10px;
	width: 779px;

}

#next_body{
	margin:0 auto 0 auto;
	background-image: url(../img/usr/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0 10px 0 10px;
	width: 810px;
	position: relative;

}

#TOPhead{
	width:759px;
	height:102px;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#TOPtitle{
	float:left;
	width:1px;
	overflow: hidden;
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
}
#TOPbanner{
	float:left;
	width:749px;
	text-align: right;
	margin: 0;
	padding: 5px;
}
