body, html{
	margin: 0px;
	background-color: #000;
	background-image:url(/images/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 9px;
}

div#MainSpaceContent {
	position: absolute; /* required */
	width: 1200px; /* width of div */
	margin-left: -600px; /* half of width */
	left: 50%;
	z-index:1;
}



/* FOOTER */

div#FooterShort, div#FooterLong {
	position: absolute; 
	width: 1200px; 
	margin-left: -600px; 
	left: 50%;	
	height: 55px;
	top: 762px;
	color: #aa5500;
	font-size:11px;
	text-align:center;
	z-index:95;
}

div#FooterLong {
top: 815px;
}

div#FooterShort a, div#FooterLong a {
text-decoration: none;
color: #aa5500;
background-color:#1f0300;
padding: 0px 10px 0px 10px;
}

div#FooterShort a:hover, div#FooterLong a:hover {
text-decoration: none;
color: #1f0300;
background-color:#aa5500;
}


/* VIRTUAL TOUR */

div#krpanoDIV {
	position:absolute;
	top: 10px;
	left: 165px;
	width: 660px;
	height: 450px;
	z-index: 5;
}


/* TEXT */

.TextTitleHere {
width: 810px;
padding: 20px 20px 0px 50px;
color:#e9d097;
font-size:20px;
}

.TextHere {
width: 840px;
padding: 0px 20px 0px 50px;
color:#e9d097;
font-size:14px;
margin-top:-5px;
}

.TextHere p {
margin-bottom: -14px;
}


.TextLeft {
width: 370px;
position: relative;
float:left;
left: 50px;
padding-bottom: 20px;
margin-top:20px;
color:#e9d097;
font-size:13px;
}

.TextRight {
width: 450px;
position: relative;
float:left;
margin-left: 80px;
margin-top:20px;
padding-bottom: 10px;
color:#e9d097;
font-size:13px;
}

.TextLeftTitle, .TextRightTitle {
font-size:20px;
}


div#TextSpaceContentShort {
	position: absolute;
	width: 960px; 
	margin-left: -480px;
	left: 50%;	
	height: 95px;
	top: 650px;
	background-image: url(/images/bg-grunge-bottom.jpg);
	background-repeat:no-repeat;
}

div#TextSpaceContentLong {
	position: absolute;
	width: 960px; 
	margin-left: -480px;
	left: 50%;	
	top: 650px;
	background-image: url(/images/bg-grunge-bottom.jpg);
	background-repeat:no-repeat;
	z-index:90;
}

/* SOCIAL */

div#Social {
width: 28px;
position: absolute;
left:90px;
top:0px;
z-index:95;
}

