#page_band {
	z-index:2;
	position: fixed;
	width:100%;
	height:12%;
	top:0px;
	left:0px;
	background:url(../images/border/band.png) no-repeat;
	background-size:100% 100%;
}

@-webkit-keyframes turnit {
	from {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	to {
		-webkit-transform: rotateX(360deg);
		-moz-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}

#page_logo {
	z-index:2;
	position: fixed;
	width:25%;
	height:10%;
	top:2%;
	left:6.2%;
	background:url(../images/border/logo.png) no-repeat;
	background-size:100% 100%;
	-webkit-animation-name: turnit;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 30s;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: turnit;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 30s;
	-moz-animation-timing-function: linear;
	animation-name: turnit;
	animation-iteration-count: infinite;
	animation-duration: 30s;
	animation-timing-function: linear;
}

#side_flw {
	position:fixed;
	right:0px;
	bottom:0px;
	height:85%;
	width:15%;
	background:url(../images/border/side_flw.gif) bottom right no-repeat;
	background-size:100% 100%;
	z-index:2;
}

#menu_btn {
	position:fixed;
	top:20%;
	left:5%;
	width:11%;
	z-index:3;
}

#ssEveningWear {
	z-index:3;
}

#ssChildrenWear {
	z-index:3;

}

#ssSarees {
	z-index:3;
}
   
#ssJewelry {
	z-index:3;
}

#page_music {
	width:3%;
	height:4.5%;
	top:6%;
	right:0.5%;
	opacity: 0.4;
	z-index:3;
	position:fixed;
	background:url(../images/player/speaker.png) no-repeat;
	background-size:100% 100%;
}

#overlay {
	 visibility: hidden;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 width:100%;
	 height:100%;
	 text-align:center;
	 z-index: 1000;
	 background-color: transparent;
}
#overlay div {
	 width:450px;
	 height:275px;
	 margin: 200px auto;
	 background-color: #380036;
	 padding:15px;
	 font: 16px/22px 'Trebuchet MS', Verdana, Arial;
	 text-align:center;
	 color:#666;
	 border-radius: 8px;
	 -moz-border-radius: 8px;
}

#profile-button {
	background:#d76300;
	border:0;
	color:#fff;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	height:26px;
	margin:4px 0 0 4px;
	text-align:center;
	vertical-align:middle;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

#profile-button:hover {
	background:#f49000;
}
