img.bg {
	/* Set rules to fill background */
			min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
			width: 100%;
	height: auto;
	/* Set up positioning */
			position: fixed;
	top: 0;
	left: 0;
}
 @media screen and (max-width: 1024px) {
 img.bg {
 left: 50%;
 margin-left: -512px;
}
}
body {
	/* These rules have no effect on the functionality */
			/* They are for styling only */
			margin: 0;
	padding: 20px 0 0 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}
a {
	color:#FFF;
	text-decoration:none;
}
/*  CSS FOR CLIDING PANEL  */
 
#panel {
	background: #754c24;
	display: none;
	position:relative;
	color:#FFF;
	width: 500px;
	margin: 0 auto;
	background: url(../images/Stage_BG_btm.png) bottom repeat-x #024978;
	padding: 20px;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}
.slide {
	margin: 0 auto;
	padding: 0;
	/*border-top: solid 4px #422410;*/
	background: url(../images/button_detail.png) no-repeat center top;
	width:160px;
	position:relative;
}
.btn-slide {
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
h1 {
	font-size:14px;
	padding:0;
	margin:0;
}
