html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: url(../images/body-bck.png) #f5e5d7;
	color: #7d0040;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
p, form, h1, h2, h3, h4, li, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
p, td, th, input, select, textarea, h1, h2, h3, h4, ul {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
img {
	border: none;
}
a:link, a:active, a:visited {
	color: #7d0040;
	text-decoration: underline;
}
a:hover {
	color: #b5005b;
	text-decoration: none;
}




#content {
	overflow: hidden;
}


#header {
	height: 109px;
	width: 100%;
	background: url(../images/header-bck.png) 0 0;
	border-bottom: 1px solid #7d0040;
	border-top: 1px solid #44617d;
	position: absolute;
	z-index: 3;
}


h1 {
	position: absolute;
	top: 14px;
	left: 26px;	
}
h1 a {
	display: block;
	background: url(../images/beauty-temple-logo.png);
	width: 222px;
	height: 89px;
	text-indent: -9999px;
	overflow: hidden;
}








#description {
	height: 25px;
	position: absolute;
	bottom: 22px;
	height: 25px;
	width: 100%;
	background: #f5e5d7;
}
#description li {
	display: none;
}



h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 4px 6px 0px 6px;
	
}



#footer {
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	height: 21px;
	width: 100%;
	border-top: 1px solid #7d0040;
}
#footer p {
	font-size: 1.2em;
	padding-top: 2px;
}

#panorama-cover {
	padding: 8px 6px 0 6px;
	margin-top: 111px;
	background: #f5e5d7;
}
#panorama {
	background-color: black;
	margin: 0;	
	/*min-height: 300px;*/
	border: 1px solid #7d0040;
	border-top: none;
}
#pano {
	/*height: 500px;*/
}













