/* CSS Document */

body 
	{
	background:url(../imgs/01.jpg);
	}

#navbar
	{
	position:fixed;
	left:90px;
	top:-3px;
	}
	
#home
	{
	position:fixed;
	left: 1030px;
	top: 150px;
	}
	
#bodycare 
	{
	position:fixed;
	left: 985px;
	top: 16px;
	}
	
	
#makeup 
	{
	position:fixed;
	left: 831px;
	top: 14px;
	}
	
	
#lingerie 
	{
	position:fixed;
	left: 668px;
	top: 14px;
	}
	
		
#orderform 
	{
	position:fixed;
	left: 499px;
	top: 14px;
	}
	
#paymentinfo 
	{
	position:fixed;
	left: 301px;
	top: 15px;
	}

#saidaboutus
	{
	position:fixed;
	left: 99px;
	top: 3px;
	}		
	
#ctext {
	background-color:#fcc6e0;
	position:absolute;
	width:750px;
	height:2150px;
	top:150px;
	left:240px;
	text-align:center;
	color:#000;
	font-size:24px;
	z-index:-2;
		}
		
img {border:0;}

