@charset "utf-8";
/* CSS Document */

body{
	background: #000;
	padding:0;
	margin: 0;

}

#wrapper{
	width:951px;
	margin: 0 auto;
}

#header{
	position: absolute;
	height: 170px;
	width: 951px;
}

#logo{
	width:243px;
	height:58px;
	position: absolute;
	margin-top: 41px;
	margin-left:0px;
	border: 0px;

}

#submenu{
	width:268px;
	height:19px;
	position: absolute;
	margin-top:135px;
	margin-left:630px;
}

#cosmeticproducts{
	position: absolute;
	z-index:99;
	margin-top:230px;
	margin-left: -25px;
	width: 263px;
	height: 339px;
}

#hairproducts{
	position: absolute;
	z-index:99;
	margin-top:250px;
	margin-left: -25px;
	width: 207px;
	height: 321px;
}

#products{
	position: absolute;
	z-index:99;
	margin-top:250px;
	margin-left: -20px;
	width: 319px;
	height: 327px;
}


#content{
	position: absolute;
	margin-top:170px;
	width: 263px;
	height: 339px;
	background: #fff;
}

#footer{
	position: absolute;
	width: 437px;
	height: 28px;
	margin-top:544px;
	margin-left: 510px;

}
