body, html{
	background-color: #1b2700;
	background-image:url(/360/virtual-tour/stereophonics/images/bg.jpg);
	background-repeat:repeat;
	margin: 0px;
	padding:0px;
	height:100%;
	width:100%;
	overflow:hidden;
}

a:link {
	color: #668349;
	text-decoration:none;
}

a:visited {
	color: #668349;
	text-decoration:none;
}

a:hover {
	color: #999933;
	text-decoration: none;
}

a:active {
	color: #668349;
	text-decoration:none;
}


div#Stars {
	border:none; /* cosmetic */
	overflow: none; /* set to taste */
	position: absolute; /* required */
	width: 650px; /* width of div */
	margin-left: -325px; /* half of width */
	left: 50%;	
	height: 390px; /* height of div */
	margin-top: -190px;  /* half of height */
	top: 50%;
	z-index:5; /* set to taste */
	background-image: url(/360/virtual-tour/stereophonics/images/stars.jpg);
}

div#vt {
	width: 550px;
	height: 300px;
	Margin: 40px 0px 0px 50px;
}

div#krpano {
	width: 550px;
	height: 300px;
}

div#Logo {
	width: 300px;
	height: 235px;
	top: -60px;
	left: -120px;
	z-index: 90;
	position:absolute;
}

div#Photos {
	width: 250px;
	height: 460px;
	top: -40px;
	left: 590px;
	z-index: 80;
	position:absolute;
}

div#Twitter {
	width: 750px;
	height: 120px;
	bottom: -90px;
	left: -60px;
	z-index: 70;
	position:absolute;
}

div#linkage {
	width: 60px;
	height: 17px;
	z-index: 91;
	position:absolute;
	bottom: 0px;
	right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color: #668349;
	text-align:right;
}

div#topcontainer, div#middlecontainer, div#bottomcontainer {
display:block;
}