#header {
	position: relative;
	width: 988px;
	height: 146px;
	background: url(bg/head.jpg) no-repeat left top;
	margin-bottom: 10px;
}
	
	#header .account {
		position: absolute;
		top: 116px;
		right: 182px;
		margin: 0;
		padding: 0;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
	}
	
	#header .basket {
		position: absolute;
		top: 116px;
		right: 7px;
		margin: 0;
		padding: 0;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
	}
		
		#header .account a, #header .basket a {
			color: #FFFFFF;
			text-decoration: none;
		}

	#header .home {
		position: absolute;
		top: 7px;
		left: 10px;
		display: block;
		width: 350px;
		height: 130px;
	}
		
	#header .toBasket {
		position: absolute;
		top: 93px;
		right: 112px;
		display: block;
		width: 52px;
		height: 45px;	
	}