/* begin homepage css*/

body{
	background: url(../images/home_bg.png) center center no-repeat;
}

#nav a#store { background: url(../images/navbar_over.png) 0 0 no-repeat; }

#content {
	position: absolute;
	left: 46px;
	top: 244px;
	width: 506px;
	height: 227px;
}

#welcome {
	position: absolute;
	top: 168px;
	left: 48px;
}

#sidebar {
	position: absolute;
/*	border: 1px solid #f00;*/
	right: 0;
	top: 124px;
}

#sidebar #boutique_sale_tag {
	position: absolute;
	top: 1px;
	right: 0;
}

#sidebar #image_stripe {
	position: absolute;
	top: 0;
	right: 132px;
	width: 126px;
	height: 391px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebar #image_stripe img {
	float: left;
	clear: left;
}

#sidebar #image_stripe div{
	position: absolute;
	height: 1500px;
}

#sidebar #boutique_sale_txt {
	position: absolute;
	top: 200px;
	right: 25px;
	width: 100px;
	height: 90px;
}

/* end homepage css*/
