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

body{
	margin: 0;
	padding: 0;
	background-color: #371f03;
	
	color: #3b220d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	}
	
	
#container {
	margin:0 auto; /* center, not in IE5 */
	
	height:747px;
	width:auto;
}

#container_buddha{
position:absolute;
left:50%;
margin-left:-297.45px;
top:50%;
margin-top:-271.45px;
width:594.9px;
height:542.9px;
}

#stripe{
	background-image:url(assets/images/bckgStripe2.jpg);
	height:747px;
	width:100%;
	position:absolute;
	top:0px;
}

#mainpic{
width:541px;
height:747px;
position:absolute;
right:0px;
top:0px;
}

#mainpic_team{
background-image:url(assets/images/teamCollage.jpg);
width:541px;
height:747px;
position:absolute;
right:0px;
top:0px;
}

#mainpic_salon{
width:541px;
height:747px;
position:absolute;
right:0px;
top:0;
}

#logo{
background-image:url(assets/images/logo.png);
width:143px;
height:196px;
position:absolute;
top:0px;
left:0px;
}

#column{
width:146px;
height:706px;
position:absolute;
top:0px;
left:0px;
background-image:url(assets/images/columnBckg.png);
background-repeat:repeat-y;
}

#menu{
width:146px;
height:747px;
position:absolute;
left:15px;
top:opx;
}

#flashBackground{
width:100%;
height:100%;

}

#flashContent{
position:absolute;
top:0;
left:50%;
margin-left:-400px;
}

#socialntw{
width:100px;
margin:0 auto;
}

.socialntw1 {
width:32px;
height:32px;
background-image:url(assets/images/facebook.gif);
display:block;

}

.socialntw2 {
width:32px;
height:32px;
background-image:url(assets/images/twitter.gif);
display:block;
float:right;
}

#footer{
color:#000000;
text-align:center;
padding:10px;
}

