body
{
	background-color: #f4ebf2;
	background-image: url(../images/background.png);
	background-position: center center;
}

.centering_wrapper
{
	position: absolute;
	top: 50%;
	left: 50%;
}

#content
{
	position: absolute;
	top: 0px;
	left: 0px;
/* 	top: -248px; */
/* 	left: -486px; */
	width: 901px;
	height: 519px;
	
/* 	border: solid 1px #000; */
}

#content .content_background
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 519px;

	background-image: url(../images/middle.png);	
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
*html #content .content_background
{
	background-image: url(../images/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/middle.png', sizingMethod='scale');
}

#content .splash
{
	position: absolute;
	top: 38px;
	left: 130px;
	width: 635px;
	height: 412px;
	
	background-image: url(../images/splash.png);
}
*html #content .splash
{
	background-image: url(../images/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/splash.png', sizingMethod='scale');
}

#content .beauty_lounge
{
	position: absolute;
	top: 24px;
	left: 203px;
	width: 566px;
	height: 457px;
	
	background-image: url(../images/beauty_lounge.png);
}
*html #content .beauty_lounge
{
	background-image: url(../images/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/beauty_lounge.png', sizingMethod='scale');
}

#content .left
{
	display: block;
	position: absolute;
	top: 190px;
	left: 120px;
	width: 270px;
	height: 175px;
	
/* 	background-color: rgba(255,0,0,0.3); */
}
*html #content .left
{
	background-image: url(../images/transparent.gif);
}

#content .right
{
	display: block;
	position: absolute;
	top: 190px;
	right: 120px;
	width: 358px;
	height: 175px;
	
/* 	background-color: rgba(255,0,0,0.3); */
}
*html #content .right
{
	background-image: url(../images/transparent.gif);
}

#content .the_beauty_lounge-contact
{
	display: block;
	position: absolute;
	bottom: 20px;
	right: 210px;
	width: 250px;
	height: 20px;
	
/* 	background-color: rgba(200,0,0,0.5); */
}
