.bookmark, .logo, #top_bar, .register_back, .top_star, .bg{
	background: url(sprites.png) no-repeat;
}

.bookmark{
	background-position: 0 -82px ;
	width: 51px;
	height: 183px;
	display: block;
	left: 0;
	position: fixed;
	top: 350px;
}

.logo{
	background-position: 0 -44px ;
	width: 233px;
	height: 32px;
	display: block;
	float:left;
	margin:10px 10px 0 0}

#top_bar{
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 44px;
}

.register_back{
	background-position: -101px -100px ;
	width: 127px;
	height: 20px;
}

.top_star{
	background-position: -230px -101px ;
	width: 16px;
	height: 15px;
	display: block;
	float:left;
	margin:1px 5px 0 0;
}

.bg{
	background-position: 0 -269px ;
	background-repeat: repeat-x;
	height: 112px;
}

